{% for line in lines %} {% endfor %}
# Reference Description Unit price Qty Total (USD)
{{ forloop.counter }} {{ line.reference }} {{ line.description }} {{ line.unit_price }} {{ line.quantity }} {{ line.total }}
Total (USD) {{ total }}
Total ({{ DEBCONF_LOCAL_CURRENCY }}) {{ total_local }}