{% if single_country %}{% include 'header.html' with title=country.name %}{% endif %} {% if maintenance_mode %}

Wartungsarbeiten

Es können im Moment keine Änderungen an der Münztabelle vorgenommen werden

{% else %}{% 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 %}
{{ coin_sum }}
Jahr 1 2 5 10 20 50 1 € 2 €
{% if single_country %}{% include "footer.html" with title="Münzsammlung" %}{% endif %}