{% include "header.html" with title="Münzsammlung" %} {% if countrys %} {% show_navigation countrys %} {% for country in countrys %} {% show_country country %} {% endfor %} {% else %}

Trage zuerst Länder im Adminbereich ein.

{% endif %} {% include "footer.html" %}