{% include "header.html" with title=country.name %} {% 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
{% include "footer.html" %}