#48 still not working completely
This commit is contained in:
6
bak
Normal file
6
bak
Normal 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 %}
|
Reference in New Issue
Block a user