{% include 'header.html' with title='Münzsammlung' %} {% include 'coinc/controlbar.html' with users=users %} {% if countrys %} {% include 'coinc/filter_country.html' with countrys=countrys %} {% for country in countrys %} {% show_country country %} {% endfor %} {% else %}
Trage zuerst Länder im Adminbereich ein.
{% endif %} {% include 'footer.html' with title='Münzsammlung' %}