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