{{ settings.effectiveShopName }}
{% if settings.receiptHeader %}
{{ settings.receiptHeader|nl2br }}
{% endif %}
{% if company.address %}
{{ company.address }}
{% endif %}
{% if company.phone %}
Tel: {{ company.phone }}
{% endif %}
{% if company.ninea %}
NINEA: {{ company.ninea }}
{% endif %}
| Sous-total: | {{ sale.subtotal|number_format(0, ',', ' ') }} {{ settings.currencySymbol }} |
{% if sale.discountAmount > 0 %}| Remise: | -{{ sale.discountAmount|number_format(0, ',', ' ') }} {{ settings.currencySymbol }} |
{% endif %}
{% if settings.receiptShowTax %}| TVA ({{ settings.taxRate }}%): | {{ sale.taxAmount|number_format(0, ',', ' ') }} {{ settings.currencySymbol }} |
{% endif %}
| TOTAL: | {{ sale.total|number_format(0, ',', ' ') }} {{ settings.currencySymbol }} |