{% include 'header.html' with title='Münzsammlung' %} {% if countrys %}
{{ coin.found_on|date:"d.m.Y" }}: {{ coin.value }}€ {{ coin.name }} von {{ coin.found_by }}
{% endfor %} {% else %}Trage zuerst Länder im Adminbereich ein.
{% endif %} {% include 'footer.html' %}