{% for stamp, coins in stamps.items %}
{{ stamp }}{{ year_short }}
{% for value, coin in coins.items %} {% show_coin coin value %} {% endfor %} {% endfor %} {% if stamps|length != 1 %} {% endif %}