{% include 'header.html' with title='Münzsammlung' %} {% if countrys %}

Gesamtwert {{ coin_sum }}

{% include 'coinc/filter_country.html' with countrys=countrys %}

Zuletzt hinzugefügt

{% for coin in recent_coins %}

{{ coin.found_on|date:"d.m.Y" }}: {{ coin.value|floatformat:2 }} € {{ coin.name }} von {{ coin.found_by }}

{% endfor %} {% else %}

Trage zuerst Länder im Adminbereich ein.

{% endif %} {% include 'footer.html' %}