{% extends 'pdf/base.invoice.html.twig' %} {% block title %}Invoice The Insiders{% endblock title %} {% block content %}

{{ type|translate|capitalize }}

  • {{ companyInfo.company_name }}

  • {{ companyInfo.company_address|replace({';': '
    '})|raw }}

  • {#
  • {{ companyInfo.cms_label }}

  • #} {% if companyInfo.company_vat_no %}
  • {{ "Vatno"|translate }}: {{ companyInfo.company_vat_no }}
  • {% endif %}
  • {{ "CompanyRef"|translate }}: {{ companyInfo.company_coc }}
  • {{ userFullName }}
  • {{ userAddress|raw }}
  • {#
  • {{ userAddress.addressLine_1 }}#} {#
    {{ userAddress.addressLine_2 }}
    #} {#{{ userAddress.country }}
  • #}
  • {{ "USER_FISCAL_NO"|translate }}: {{ userFiscalNumber }}
{% for subProduct in subProducts %} {% endfor %}
{{ "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 }}
{% endblock content %}