{% extends 'tournaments/base.html' %} {% block head_title %}Clubs{% endblock %} {% block first_title %}Padel Club{% endblock %} {% block second_title %}Clubs{% endblock %} {% load static %} {% block content %} {% include 'tournaments/navigation_base.html' %} {% if clubs %}
{% for club in clubs %} {% include 'tournaments/club_row.html' %} {% endfor %}
{% endif %} {% endblock %}