{{ list_items.head.0 }} |
{{ list_items.head.1 }} |
{{ list_items.head.2 }} |
{{ list_items.head.3 }} ({{ list_items.currency }}) |
{{ list_items.head.4 }} ({{ list_items.currency }}) |
{{ list_items.head.5 }} |
{% for table in list_items.partials %}
{{ table.head }}
|
{% for table_item in table.items %}
{{ table_item.0 }} |
{{ table_item.1 }} |
{{ table_item.2 }} |
{{ table_item.3 }} |
{{ table_item.4 }} |
{{ table_item.5 }} |
{% endfor %}
{% endfor %}
{{ list_items.total.label }} |
{{ list_items.total.value }} |
|
{% if list_items.total_usd %}
{{ list_items.total_usd.label }} |
{{ list_items.total_usd.value }} |
|
{% endif %}