{% extends 'tournaments/base.html' %} {% block head_title %}Matchs{% endblock %} {% block first_title %}{{ tournament.event.display_name }}{% endblock %} {% block second_title %}{{ tournament.name }}{% endblock %} {% block content %} {% include 'tournaments/tournament_navigation.html' %} {% if rounds or group_stages %} {% endif %} {% if matches %}
{% for match in matches %} {% include 'tournaments/match_cell.html' %} {% endfor %}
{% endif %} {% endblock %}