diff --git a/combo/apps/lingo/templates/lingo/combo/item.html b/combo/apps/lingo/templates/lingo/combo/item.html index fbc35d04..7ebbbc12 100644 --- a/combo/apps/lingo/templates/lingo/combo/item.html +++ b/combo/apps/lingo/templates/lingo/combo/item.html @@ -6,28 +6,28 @@ Item nr. {{ number }} {% endblocktrans %} -
-
-

+ +
+

{% blocktrans with label=item.subject %} Label: {{ label }} {% endblocktrans %}

-

+

{% blocktrans with amount=item.total_amount %} Total amount: {{ amount }}€ {% endblocktrans %} -

+
{% if item.amount %} -

+

{% blocktrans with amount=item.amount %} Amount to pay: {{ amount }}€ {% endblocktrans %} -

+
{% endif %} -

{% trans "Issued on:" %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}

+
{% trans "Issued on:" %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}
{% if item.payment_date %} -

{% trans "Payed on:" %} {{ item.payment_date|date:"SHORT_DATE_FORMAT" }}

+ {% endif %} {% if item.online_payment %} {% csrf_token %} @@ -35,7 +35,7 @@ {% endif %} - -
+

+