You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
330 B
10 lines
330 B
|
|
<nav class="margin10">
|
|
<a href="{% url 'tournament' tournament.id %}" class="mybox">Matches</a>
|
|
<a href="{% url 'group-stages' tournament.id %}" class="mybox">Poules</a>
|
|
|
|
{% if tournament.in_progress %}
|
|
<a href="{% url 'tournament-summons' tournament.id %}" class="mybox">Convocations</a>
|
|
{% endif %}
|
|
|
|
</nav>
|
|
|