{% extends base %} {% load i18n %} {% block content %}

{% block page_title %}{% trans "Competitions" %}{% endblock %}

{% for competition in competitions %} {% empty %} {% endfor %}
{% trans "Competition" %}
{{ competition.title }} {% trans "Clubs" %}
{% trans "There are no competitions." %}
{% endblock %}