{# include this template to list all items of the given order #} {% load i18n %}
{% trans "Product" %} | {% trans "Quantity" %} | {% trans "Price" %} |
---|---|---|
{{ item.summary.media|safe }} | {{ item.quantity }} | {{ item.line_total }} |
{{ item.summary.body|safe }}
{% for modifier, extra_row in item.extra.rows %}
{{ extra_row.label }}: {{ extra_row.amount }} {% endfor %} |
||
{% trans "Subtotal" %}: | {{ data.subtotal }} | |
{{ extra_row.label }}: | {{ extra_row.amount }} | |
{% trans "Total" %}: | {{ data.total }} |