#48 still not working completely

This commit is contained in:
2021-07-12 09:13:57 +00:00
parent e65e901a66
commit fa3e285330
8 changed files with 19 additions and 10 deletions

6
bak Normal file
View File

@ -0,0 +1,6 @@
{% if coin.name %}
<p>{{ coin.found_on|date:"d.m.Y" }}: {{ coin.value|floatformat:2 }} € von {{ coin.year }} "{{ coin.name }}" aus {{ coin.country}} von {{ coin.found_by }}</p>
{⅝ else %}
<p>{{ coin.found_on|date:"d.m.Y" }}: {{ coin.value|floatformat:2 }} € von {{ coin.year }} aus {{ coin.country}} von {{ coin.found_by }}</p>
{% endif %}