{% if not (without_header is defined and without_header == true) %}
{% if group_header is defined and group_header == true %}
{% block logo_left %}{% 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 %}
|
{% block logo_right %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\image.html.twig' with {'image': headerData.logo, 'containerImgHeight': 120} %}
|
{% endblock logo_right %}
{% 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 editor is defined and editor is not empty %}
{{ editor.label }} :
{{ editor.lastName }} {{ editor.firstName }}
|
{{ editor.contactLabel }} :
{{ editor.phoneNumber }}
{{ editor.email }}
|
{% endif %}
|
{% endif %}
{% endif %}
{% block contact %}{% endblock %}