diff --git a/refunding/templates/refunding/elements_list.html b/refunding/templates/refunding/elements_list.html index 2e251b9..500524d 100644 --- a/refunding/templates/refunding/elements_list.html +++ b/refunding/templates/refunding/elements_list.html @@ -1,7 +1,7 @@ {% if elements %} {% if sum %}

- Total : {{ sum }}€ + Total : {{ sum|floatformat:-2 }}€

{% endif %}
@@ -13,7 +13,7 @@ {% else %}
{% endif %} - {{ e.title }} le {{ e.date|date:"SHORT_DATE_FORMAT" }} : {{ e.eur_value|floatformat:2 }}€ + {{ e.title }} le {{ e.date|date:"SHORT_DATE_FORMAT" }} : {{ e.eur_value|floatformat:-2 }}€ {% if refunds or payments %} {% else %}