{% set title_block = title_block is defined ? title_block : 'vehicle.delivery.place'|trans({}, 'DocumentTrans') %}

{{ 'date'|trans({}, 'DocumentTrans') }} : {{ "now"|date("d/m/Y") }}

{{ title }}

{{ 'disponibility_date'|trans({}, 'DocumentTrans') }} :

{{ 'pickup_location'|trans({}, 'DocumentTrans') }}

{{ 'social_reason'|trans({}, 'DocumentTrans') }} :

{{ groupData.commonName is not empty ? groupData.commonName : groupData.corporateName }}

{{ 'address'|trans({}, 'DocumentTrans') }} :

{{ groupData.addressSellingPoint.address }}

{{ 'postal_code'|trans({}, 'DocumentTrans') }} {{ 'town'|trans({}, 'DocumentTrans') }} :

{{ groupData.addressSellingPoint.postalCode }}

{{ 'tel_dom'|trans({}, 'DocumentTrans') }} :

{{ groupData.phoneNumber }}

{{ 'tel_bur'|trans({}, 'DocumentTrans') }} :

{{ groupData.phoneNumber }}

{{ 'tel_gsm'|trans({}, 'DocumentTrans') }} :

{{ groupData.cellPhoneNumber }}

{{ 'fax'|trans({}, 'DocumentTrans') }} :

{{ groupData.faxNumber }}

{{ title_block }}

{% if customer.discr == 'individual' %} {% else %} {% endif %} {# TODO #} {% if templateType == 'N21' %} {% else %} {% endif %}

{{ 'name'|trans({}, 'DocumentTrans') }} - {{ 'surname'|trans({}, 'DocumentTrans') }} :

{{ customer.firstName }} {{ customer.lastName }}

{{ 'social_reason'|trans({}, 'DocumentTrans') }} :

{{ customer.corporateNameContact }}

{{ 'tel_bur'|trans({}, 'DocumentTrans') }} :

{{ customer.phoneNumber }}

{{ 'tel_gsm'|trans({}, 'DocumentTrans') }} :

{{ customer.phoneNumber }}

{{ 'fax'|trans({}, 'DocumentTrans') }} :

{{ customer.faxNumber }}

{{ 'address'|trans({}, 'DocumentTrans') }} :

{{ customer.address }}

{{ 'address'|trans({}, 'DocumentTrans') }} :

{{ customer.address }}

{{ 'postal_code'|trans({}, 'DocumentTrans') }} {{ 'town'|trans({}, 'DocumentTrans') }} :

{{ customer.postalCode }}

{{ 'tel_dom'|trans({}, 'DocumentTrans') }} : {{ customer.cellPhoneNumber }}
{{ 'tel_bur'|trans({}, 'DocumentTrans') }} : {{ customer.phoneNumber }}
{{ 'tel_gsm'|trans({}, 'DocumentTrans') }} : {{ customer.phoneNumber }}
{{ 'fax'|trans({}, 'DocumentTrans') }} : {{ customer.faxNumber }}