{% if single_country %} {% include 'header.html' with title=country.name %} {% include 'coinc/username.html' with users=users %} {% endif %} {% for year in country.years %}{% show_year country year %}{% endfor %}
{{ country.name }}{% if country.comment %} - {{ country.comment }}{% endif %}
1 2 5 10 20 50 100 200 201 202 203
{% if single_country %} {% include "footer.html" with title="Münzsammlung" %} {% endif %}