|
|
|
@ -6,15 +6,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
|
{% block content %} |
|
|
|
|
|
|
|
|
|
|
|
<div class="margin10"> |
|
|
|
|
|
|
|
<a href="{% url 'tournament' tournament.id %}" class="mybox">Matches</a> |
|
|
|
|
|
|
|
<a href="{% url 'group-stages' tournament.id %}" class="mybox">Poules</a> |
|
|
|
|
|
|
|
<a href="{% url 'tournament-summons' tournament.id %}" class="mybox">Convocations</a> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid-x"> |
|
|
|
<div class="grid-x"> |
|
|
|
{% for group_stage in group_stages %} |
|
|
|
{% for group_stage in group_stages %} |
|
|
|
{% include 'tournaments/group_stage_cell.html' %} |
|
|
|
{% include 'tournaments/group_stage_cell.html' %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|