{% load i18n %} {% load humanize %}
Item | Quantity | Unit price | Total price |
---|---|---|---|
{{ project.grouper }} |
|||
{{ item.name }}
{% trans "Start time" %}: {{ item.start | date:"Y-m-d H:i" }}.
{% trans "End time" %}: {{ item.end | date:"Y-m-d H:i" }}.
|
{{ item.get_factor }} | {{ currency }} {{ item.unit_price | floatformat:2 | intcomma }} | {{ currency }} {{ item.total | floatformat:2 | intcomma }} |
{% trans "Subtotal" %} | {{ currency }} {{ invoice.price | floatformat:2 | intcomma}} |
{% trans "VAT" %} | {{ currency }} {{ invoice.tax | floatformat:2 | intcomma}} |
{% trans "TOTAL" %} | {{ currency }} {{ invoice.total | floatformat:2 | intcomma}} |