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