|
|
|
|
@ -4,12 +4,12 @@ |
|
|
|
|
{% block first_title %}{{ tournament.event.display_name }}{% endblock %} |
|
|
|
|
{% block second_title %}{{ tournament.display_name }}{% endblock %} |
|
|
|
|
|
|
|
|
|
{% if tournament.display_matches %} |
|
|
|
|
{% block content %} |
|
|
|
|
|
|
|
|
|
{% include 'tournaments/navigation_tournament.html' %} |
|
|
|
|
{% if tournament.display_matches %} |
|
|
|
|
{% include 'tournaments/navigation_tournament.html' %} |
|
|
|
|
|
|
|
|
|
{% if tournament.display_matches or tournament.display_group_stages %} |
|
|
|
|
{% if tournament.display_matches or tournament.display_group_stages %} |
|
|
|
|
|
|
|
|
|
{% regroup match_groups.matches by start_date|date:"l d F Y" as matches_by_date %} |
|
|
|
|
|
|
|
|
|
@ -35,6 +35,6 @@ |
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% endblock %} |
|
|
|
|
{% endif %} |
|
|
|
|
|