|
{{ 'confirmation.text24.1'|trans }}
{{ 'confirm.nreservation'|trans }} :
{{order.reference}}
{{ 'confirm.reservation'|trans}}:
{{order.CreatedAt|date('d-m-Y')}}
{{ 'confirm.reserve'|trans }} :
{{order.dateReservation|date('d-m-Y H:i')}}
{% if text1 %}
({{ text1 }})
{% endif %}
{{ 'pdf.nomreservant'|trans }}:
{{ order.civilite|capitalize ~' '~ order.nom ~' '~ order.prenom }}
{% if order.client|length > 0 %}
{% for key,item in order.client %}
{{ 'confirmation.text2-2'|trans }}:
{{ item.civilite|capitalize ~' '~ item.nom ~' '~ item.prenom }}
{% endfor %}
{% endif %}
{# {% if order.hotelReservation|length > 0 %}
{% for item in order.hotelReservation %}
{{ 'panier.title3'|trans }}:
{{ item.personne }} Pers / Hotel : {{ item.nomHotel }}
{% endfor %}
{% endif %} #}
{{ 'confirmation.text2'|trans }}
{{ 'confirmation.text4'|trans }}:
{{ order.email }}
{{ 'confirmation.text5'|trans }}:
{{ order.telephone }}
{% if order.numerodechambre %}
{{ 'confirmation.numerodechambre'|trans }}:
{{ order.numerodechambre }}
{% endif %}
{% if order.informations %}
{{ 'confirmation.text6'|trans }}:
{{ order.informations }}
{% endif %}
{{ 'confirm.modepaiement'|trans }}:
{{ (order.ModePayment == 'cache') ? 'confirmation.text11'|trans : 'confirmation.text10'|trans }}
|