{% set alignCenter = '' %} {% if cssCustomerCenter is defined and cssCustomerCenter == true %} {% set alignCenter = 'align-center' %} {% endif %} {% if loaner.discr == constant('AppBundle\\Entity\\Contact\\Contact::CONTACT_DISCR_INDIVIDUAL') or loaner.discr == constant('AppBundle\\Entity\\Contact\\ContactQuick\\ContactQuickBase::CONTACT_DISCR_INDIVIDUAL') %} {% if loaner.discr == constant('AppBundle\\Entity\\Contact\\Contact::CONTACT_DISCR_INDIVIDUAL') %} {% if loaner.address is not empty %} {% endif %} {% if loaner.address2 is not empty %} {% endif %} {% if loaner.postalCode is not empty or loaner.city is not empty %} {% endif %} {% if showCountry is defined and showCountry == true and loaner.country is not empty %} {% endif %} {% endif %} {% else %} {% set notShowEmail = true %} {% if loaner.corporateNameContact is not empty %} {% endif %} {% if loaner.address is not empty %} {% endif %} {% if loaner.address2 is not empty %} {% endif %} {% if loaner.postalCode is not empty or loaner.city is not empty %} {% endif %} {% if showCountry is defined and showCountry == true and loaner.country is not empty %} {% endif %} {% if loaner.siret is not empty and notShowSiret is not defined %} {% endif %} {% if loaner.tvaIntracom is not empty %} {% endif %} {% endif %} {% if notShowTel is not defined %} {% if numbers is defined and numbers == true %} {% else %} {% if loaner.phoneNumber is not empty %} {% endif %} {% if loaner.cellPhoneNumber is not empty %} {% endif %} {% endif %} {% endif %} {% if loaner.email is not empty and notShowEmail is not defined %} {% endif %}
{{ loaner.civility|trans({}, 'CommonTrans') }} {{ loaner.lastName }} {{ loaner.firstName }}
{{ loaner.address }}
{{ loaner.address2 }}
{{ loaner.postalCode }} {% if loaner.postalCode is not empty %} - {% endif %} {{ loaner.city }}
{{ countries[loaner.country] }}
{% if loaner.legalFormContact is not empty and showLegalFormContact is defined and showLegalFormContact == true %} {{ loaner.legalFormContact }} {% endif %} {{ loaner.corporateNameContact }}
{{ loaner.address }}
{{ loaner.address2 }}
{{ loaner.postalCode }} {% if loaner.postalCode is not empty %} - {% endif %} {{ loaner.city }}
{{ countries[loaner.country] }}
{{ 'group.siret'|trans({}, 'DocumentTrans' )}} : {{ loaner.siret }}
{{ 'group.vat'|trans({}, 'DocumentTrans' )}} : {{ loaner.tvaIntracom }}
{% if loaner.phoneNumber is not empty %} {{ 'phone_number'|trans({}, 'DocumentTrans' )}} : {{- loaner.phoneNumber -}} {% if loaner.cellPhoneNumber is not empty %}-{% endif %} {% endif %} {% if loaner.cellPhoneNumber is not empty %} {{ 'cellphone_number'|trans({}, 'DocumentTrans' )}} : {{- loaner.cellPhoneNumber -}} {% endif %}
{{ 'phone_number'|trans({}, 'DocumentTrans' )}} : {{- loaner.phoneNumber -}}
{{ 'cellphone_number'|trans({}, 'DocumentTrans' )}} : {{- loaner.cellPhoneNumber -}}
{{ 'email'|trans({}, 'DocumentTrans' )}} : {{- loaner.email -}}