{% load i18n %} {% for row in original.elements.all %} {% endfor %}
{% trans "Product" %} {% trans "Unit" %} {% trans "Quantity" %} {% trans "E" %} {% trans "D" %}
{{ row.product }} {{ row.unit }} {{ row.quantity }}