{% extends 'pdf/base.invoice.html.twig' %} {% block title %}Invoice The Insiders{% endblock title %} {% block content %}
{{ companyInfo.company_name }}
{{ companyInfo.company_address|replace({';': '
'})|raw }}
{{ companyInfo.cms_label }}
{{ invoiceData.invoiceDate|date("d/m/Y") }}
{{ paymentInfo.date_finished|date("d/m/Y") }}
{{ paymentInfo.refund_date|date("d/m/Y") }}
{{ reference }}
{{ userId }}
| {{ "PROD_DESCRIPTION"|translate }} | {{ "UNIT_PRICE"|translate }} ({{ currency|raw }}) | {{ "UNITS"|translate }} | {{ "VAT"|translate }} (%) | {{ "TOTAL"|translate }} ({{ currency|raw }}) |
|---|---|---|---|---|
| {{ productSting }} | {{ prices.unit_price_inc }} | {{ prices.quantity }} | {{ companyInfo.vat }} | {{ prices.unit_price_inc }} |
| - {{ subProduct.titel }} |
| {{ "TOTAL"|translate }} ({{ "ex_vat"|translate }}) | {{ prices.unit_price_ex }} |
| {{ "VAT"|translate }} | {{ prices.totals_vatvalue }} |
| {{ "TOTAL"|translate }} ({{ "incl_vat"|translate }}) | {{ prices.unit_price_inc }} |