{% load i18n %}
{% trans "Store_item" %} | {% trans "Brand" %} | {% trans "Reference" %} | {% trans "Price" %} | {% trans "Quantity" %} | {% trans "Total" %} |
---|---|---|---|---|---|
{{ item.text }} | {{ item.item.brand.name }} | {{ item.item.reference }} | {{ item.vat_incl_price|floatformat:2 }} € | {{ item.quantity|floatformat:2 }} | {{ item.vat_incl_total_price|floatformat:2 }} € |
{% trans "Total" %} | {{ action.amount|floatformat:2 }} € |