{% for item in invoice.item_list %} {% endfor %}
{{ title }} Datum vystavení: {{ invoice.date.strftime("%d.%m.%Y") }}
Datum splatnosti: {{ invoice.date_due.strftime("%d.%m.%Y") }}
{{ info.ares.legal.company_name }}
{{ info.ares.address.street }}
{{ info.ares.address.zip_code }}
{{ info.ares.address.city }}

IČ: {{ info.ares.legal.company_id }}
{% if info.ares.legal.company_vat_id %} DIČ: {{ info.ares.legal.company_vat_id }}
{% else %} Neplátce DPH
{% endif %}
{{ invoice.ares.legal.company_name }}
{{ invoice.ares.address.street }}
{{ invoice.ares.address.zip_code }}
{{ invoice.ares.address.city }}

IČ: {{ invoice.ares.legal.company_id }}
{% if invoice.ares.legal.company_vat_id %} DIČ: {{ invoice.ares.legal.company_vat_id }}
{% else %} Neplátce DPH
{% endif %}
Bankovní účet Variabilní symbol
{{ info.account }} {{ transaction_id }}
Položka Cena
{{ item.title }} {{ space_number(item.cost * item.amount) }}
{{ space_number(sum_total) }} Kč