{{ 'invoice.guest'|trans }} 

{{ invoice.salutation }}
{{ invoice.firstname }} {{ invoice.lastname }}
{% if invoice.company is not empty %} {{ invoice.company }}
{% endif %} {{ invoice.address }}
{% if invoice.country is not empty %}{{ invoice.country }}-{% endif %}{{ invoice.zip }} {{ invoice.city }} {% if invoice.phone is not empty %}
{{ invoice.phone }} {% endif %} {% if invoice.email is not empty %}
{{ invoice.email }} {% endif %}

{{ 'invoice.appartment'|trans }}

{% include 'Invoices/invoice_table_apartment_positions.html.twig' with {'mode': 'edit'} %}

{{ 'invoice.miscellaneous'|trans }}

{% include 'Invoices/invoice_table_misc_positions.html.twig' with {'mode': 'edit'} %}

  • ← {{ 'button.back'|trans }}
{% if appartmentPositionExists %}
  • {{ 'button.continue'|trans }}→
{% endif %}