{% for stamp, coins in stamps.items %}
{{ stamp }}{{ year_short }}
{% for value, coin in coins.items %} {% show_coin coin value %} {% endfor %} {% endfor %} {% ifnotequal stamps|length 1 %} {% endifnotequal %}