{% block extra_head %} {% endblock %} {% verbatim %}
{{ 'READ_ONLY' | translate }}
{% endverbatim %}{% block extra_badges %}{% endblock %}{% verbatim %}
{% endverbatim %}{% block header %}{% endblock %}{% verbatim %}
{% endverbatim %}{% block doc_header %}{% verbatim %}
{{ app.action.planned_date|date }}
{{ app.action.get_action_number }}
{% endverbatim %}{% block subject %}{{ action.subject }}{% endblock %}{% verbatim %}
{% endverbatim %}{% block extra_doc_header %}{% endblock %}{% verbatim %}
{% endverbatim %}{% endblock doc_header %}{% verbatim %} {% endverbatim %}{% block contacts_before %}{% endblock %}{% verbatim %}
{% endverbatim %}{% block contacts_intro %}{% endblock %}{% verbatim %}
{{ 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 }}
{% endverbatim %} {% block contacts_about %}{% endblock %} {% verbatim %}
{% endverbatim %}{% include "Store/_commercial_document_line.html" %}{% verbatim %} {% endverbatim %}{% include "Store/_commercial_document_line.html" %}{% verbatim %} {% endverbatim %}{% include "Store/_commercial_document_line.html" %}{% verbatim %}
{{ 'LABEL' | translate }} {{ 'UNIT_PRICE' | translate }} {{ 'PERCENTAGE' | translate }} {{ 'QUANTITY' | translate }} {{ 'PRE_TAX_PRICE' | translate }} {{ 'VAT_RATE' | translate }} {{ 'TAX_INCL_PRICE' | translate }}
{{ 'PRE_TAX_SUB_TOTAL' | translate }}   {{ getTotalPreTaxPriceNoDiscount() | number:2 }} €    
{{ 'PRE_TAX_TOTAL' | translate }} {{ getTotalPreTaxPrice() | number:2 }} €    
{{ "VAT" | translate }} {{ vat_total.vat_rate.name }}   {{ vat_total.amount| number:2 }} €  
{{ 'TOTAL' | translate }} {{ "VAT" | translate }}   {{ getVatTotalAmount() | number:2 }} €  
{{ 'TAX_INCL_TOTAL' | translate }}     {{ getTotalTaxInclPrice() | number:2 }} €
{% endverbatim %}