{{ t.title }}

{% for item in t.buyer.extra %} {% endfor %}
 
{{ t.rows.supplier }} {{ t.supplier.title }}
{{ t.supplier.address }}
{{ t.rows.buyer }} {{ t.buyer.title }}
{{ t.buyer.address }}
{{ item }}
{% set total = 0 %} {% for service in services %} {% set sum = service.amount * service.price %} {% set total = total + sum %} {% endfor %}
{{ t.rows.th_number }} {{ t.rows.th_name }} {{ t.rows.th_amount }} {{ t.rows.th_units }} {{ t.rows.th_price }} {{ t.rows.th_sum }}
{{ loop.index }} {{ service.name[context] }} {{ service.amount }} {{ service.units[context] }} {{ service.amount }} {{ t.currency }}{{ sum }} {{ t.currency }}
{{ t.rows.tf_total }} {{ total }} {{ t.currency }}
{{ t.rows.total_to_pay }}: {{ total|ntw(locale) }}
{% if images.stamp is defined %} {% endif %}
{{ t.rows.account_data }}:
{{ t.rows.account_number }} {{ t.supplier.bank.account }}
{{ t.rows.bank }}
{{ t.supplier.bank.name }}
{{ t.rows.bank_address }} {{ t.supplier.bank.address }}
{{ t.rows.swift }} {{ t.supplier.bank.swift }}
{{ t.rows.corr_bank }} {{ t.supplier.bank.corr_bank.name }}
{{ t.rows.swift }} {{ t.supplier.bank.corr_bank.swift }}
 
{{ t.supplier.short_title }}
 
{{ t.rows.signature }} Signature
Stamp