{% if not showed_header %} {% include "header.html" with title="Münzsammlung" %} {% url 'bar.html' as showed_header %} {% endif %} {% if not showed_usernames %} {% include 'coinc/username.html' with users=users %} {% url 'foo.html' as showed_usernames %} {% endif %} {% if countrys %} {% show_navigation countrys %} {% for country in countrys %} {% show_country country %} {% endfor %} {% else %}

Trage zuerst Länder im Adminbereich ein.

{% endif %} {% if not showed_footer %} {% include "footer.html" with title="Münzsammlung" %} {% url 'baz.html' as showed_footer %} {% endif %}