{% include 'header.html' with title='Münzsammlung' %} {% if countrys %}
Gesamtwert {{ coin_sum }}
{% include 'coinc/filter_country.html' with countrys=countrys %}
Zuletzt gefunden
{% for coin in recent_coins %} {% if coin.exists %} {% if coin.found_by %}

{{ coin.found_on|date:"d.m.Y" }}: {{ coin.value|floatformat:2 }} € {{ coin.year }}{% if coin.stamp %}-{{ coin.stamp }}{% endif %}{% if coin.name %} "{{ coin.name }}"{% endif %} aus {{ coin.country}} von {{ coin.found_by }}

{% endif %} {% endif %} {% endfor %} {% else %}

Trage zuerst Länder im Adminbereich ein.

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