{% extends 'tournaments/base.html' %} {% block head_title %} {% endblock %} {% block first_title %}{% endblock %} {% block second_title %}{% endblock %} {% block content %} {% include 'tournaments/navigation_base.html' %} {% load static %} {% load tz %}
{% if tournaments %}

Vos tournois, {{ user_name }}

{% for tournament in tournaments %} {% include 'tournaments/tournament_row.html' %} {% endfor %}
{% endif %}
{% endblock %}