{% block extra_head %} {% endblock %} {% verbatim %}
{% endverbatim %}{% block header %}{% endblock %}{% verbatim %}
{{ app.action.planned_date|date }}
{{ app.action.get_action_number }}
{{ app.action.subject }}
{{ entity.name }}
{{ entity.billing_address }}
{{ entity.billing_address2 }}
{{ entity.billing_address3 }}
{{ entity.billing_zip_code }} {{ entity.billing_city.name }} {{ entity.billing_cedex }}
{{ entity.billing_country.name }}
{{ entity.address }}
{{ entity.address2 }}
{{ entity.address3 }}
{{ entity.zip_code }} {{ entity.city.name }} {{ entity.cedex }}
{{ entity.country.name }}
{{ contact.fullname }}
{{ contact.get_billing_address }}
{{ contact.get_billing_address2 }}
{{ contact.get_billing_address3 }}
{{ contact.get_billing_zip_code }} {{ contact.get_billing_city.name }} {{ contact.billing_cedex }}
{{ contact.get_billing_country.name }}
{{ contact.get_address }}
{{ contact.get_address2 }}
{{ contact.get_address3 }}
{{ contact.get_zip_code }} {{ contact.get_city.name }} {{ contact.cedex }}
{{ contact.get_country.name }}
{{ 'LABEL' | translate }} {{ 'QUANTITY' | translate }} {{ 'UNIT_PRICE' | translate }} {{ 'PRE_TAX_TOTAL' | translate }} {{ 'VAT_RATE' | translate }} {{ 'TAX_INCL_TOTAL' | translate }}
{{ item.text }} {{ item.quantity | number }} {{ getUnitPrice(item) | number:2}} € {{ item.discount.display_name }} {{ getItemPreTaxPrice(item) | number:2 }} € {{ item.vat_rate.name }} {{ getItemTaxInclPrice(item) | number:2 }} €
{{ 'TOTAL' | translate }} {{ getTotalPreTaxPrice() | number:2 }} € {{ getTotalTaxInclPrice() | number:2 }} €
{% endverbatim %}