{% extends 'tournaments/base.html' %} {% load tournament_tags %} {% block head_title %}{{ head_title }}{% endblock %} {% block first_title %}{{ first_title }}{% endblock %} {% block second_title %}{{ second_title }}{% endblock %} {% block content %} {% include 'tournaments/navigation_base.html' %} {% if filter == 0 or filter == 2 %} {% if available_years %}
{% endif %} {% if available_months and selected_year %}
{% endif %} {% endif %}
{% if tournaments %}
{% for tournament in tournaments %} {% include 'tournaments/tournament_row.html' %} {% endfor %}
{% elif selected_month and selected_year %}

Aucun tournoi trouvé pour {{ month_names|array_lookup:selected_month }} {{ selected_year }}.

{% elif selected_year %}

Aucun tournoi trouvé pour l'année {{ selected_year }}.

{% endif %} {% if first_tournament_prog_url and tournaments %}
Voir la programmation de l'événement

Infos
{{ tournaments.count }} tournois

{% endif %}
{% endblock %}