{% load i18n %} {% for item in invoice.items.all %} {% endfor %}
{% trans 'Code' %} {% trans 'Product' %} {% trans 'Quantity' %} {% trans 'Price' %}
{{ item.product.code }} {{ item.product.name }} {{ item.qty }} {{ item.printable_price }}