{% if single_country %} {% include 'header.html' with title=country.name %} {% include 'coinc/controlbar.html' with users=users %} {% endif %}
{% for year in country.years %}{% show_year country year %}{% endfor %}
{{ country.name }}{% if country.comment %} - {{ country.comment }}{% endif %}
{{ total_coins }}
Jahr 1 2 5 10 20 50 1 € 2 €
{% if single_country %} {% include "footer.html" with title="Münzsammlung" %} {% endif %}