Wettbewerbe
{% for comp in competitions %} {{ comp }}{% endfor %}
{% trans 'Debug' %}
{% for line in debug %}{{ line }}
{% endfor %}{% extends "base.html" %} {% load i18n static %} {% load humanize %} {% block head %} {% endblock %} {% block nav %} {% include "nav.html" with ls=ls season=season %} {% endblock %} {% block body %}
{{ line }}
{% endfor %}