{% import 'AppBundle:Documents:v2\\Import\\group.html.twig' as groupF %} {% import 'AppBundle:Documents:v2\\Import\\group_fleet.html.twig' as groupFleetF %} {% set positionLogo = positionLogo is defined ? positionLogo : 'ta-left' %} {% set logoOnly = logoOnly is defined ? logoOnly : false %} {% if not (without_header is defined and without_header == true) %} {% if logoOnly %}
{% else %} {% if group_header is defined and group_header == true %}
{{ headerData.commonName is not empty ? headerData.commonName : headerData.corporateName }}
{{ headerData.addressSellingPoint.address }}
{% if headerData.addressSellingPoint.address2 is not null %} {{ headerData.addressSellingPoint.address2 }}
{% endif %} {{ headerData.addressSellingPoint.postalCode }}
{{ headerData.website }}
{{ 'automalin.multiple_removal_order.tel'|trans({}, 'DocumentTrans') }} : {{ headerData.phoneNumber }}
{{ 'automalin.multiple_removal_order.fax'|trans({}, 'DocumentTrans') }} : {{ headerData.faxNumber }}
{{ 'automalin.multiple_removal_order.siret'|trans({}, 'DocumentTrans') }} : {{ headerData.siretNumber }}
{{ 'automalin.multiple_removal_order.mail'|trans({}, 'DocumentTrans') }} : {{ headerData.email }}
{{ 'automalin.multiple_removal_order.tva_intra'|trans({}, 'DocumentTrans') }} : {{ headerData.vatNumber }}
{% include 'AppBundle:Documents:v2\\Include\\Global\\image.html.twig' with {'image': headerData.logo, 'containerImgHeight': 120} %}
{% elseif (vehicle_selling_point_header or seller_selling_point_header or user_selling_point_header) %}
{% 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 displaySeller is defined and displaySeller == true %}

{{ 'user.seller.title'|trans({}, 'DocumentTrans' ) }} : {{ seller.lastName }} {{ seller.firstName }}

{{ 'contact.title'|trans({}, 'DocumentTrans' ) }} : {{ seller.phoneNumber }} | {{ seller.email }}

{% endif %} {% endif %} {% endif %} {% endif %}