{% for line in lines %} {% endfor %} {% if DEBCONF_BILLING_CURRENCY != DEBCONF_LOCAL_CURRENCY %} {% endif %}
# Reference Description Unit price Qty Total ({{ DEBCONF_BILLING_CURRENCY }})
{{ forloop.counter }} {{ line.reference }} {{ line.description }} {{ line.unit_price }} {{ line.quantity }} {{ line.total }}
Total ({{ DEBCONF_BILLING_CURRENCY }}) {{ total }}
Total ({{ DEBCONF_LOCAL_CURRENCY }}) approx. {{ total_local }}