{% import 'AppBundle:Documents:v2\\Import\\group.html.twig' as groupF %} {% import 'AppBundle:Documents:v2\\Import\\group_fleet.html.twig' as groupFleetF %} {% if not (without_header is defined and without_header == true) %} {% if group_header is defined and group_header == true %} {% block logo_left %}{% endblock %} {% block logo_right %} {% endblock logo_right %} {% elseif (vehicle_selling_point_header or seller_selling_point_header or user_selling_point_header) %} {% endif %} {% endif %} {% block contact %}{% endblock %}
{{ groupF.getCompanyHeaderName(headerData) }}
{{ 'phone_number'|trans({}, 'DocumentTrans' ) }} : {{ headerData.phoneNumber }}
{{ 'email'|trans({}, 'DocumentTrans' )}}: {{ headerData.email }} {% if headerData.website is defined and headerData.website is not empty %} |  {{ groupF.getWebsite(headerData) }} {% endif %}
{% if editor is defined and editor is not empty %}

{{ editor.label }} : {{ editor.lastName }} {{ editor.firstName }}

{{ editor.contactLabel }} : {{ editor.phoneNumber }} | {{ editor.email }}

{% endif %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\image.html.twig' with {'image': headerData.logo, 'containerImgHeight': 120} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\image.html.twig' with {'image': headerData.photo} %}

{{ headerData.name }}

{{ headerData.addressSellingPoint.address }} {{ headerData.addressSellingPoint.address2 }} {{ headerData.addressSellingPoint.postalCode }} {{ headerData.addressSellingPoint.city }}
{{ headerData.phoneNumber }}
{{ headerData.email }}
{% if editor is defined and editor is not empty %}

{{ editor.label }} : {{ editor.lastName }} {{ editor.firstName }}

{{ editor.contactLabel }} : {{ editor.phoneNumber }} {{ editor.email }}

{% endif %}