Sujet: {{ sujet }}
Nom / Prénom: {{ contact.name }}
Email: {{ contact.email }}
{% if contact.phone %} Tèl.: {{ contact.phone }}
{% endif %} Dates de réservation: {{ contact.startDate.format('d/m/y') }} au {{ contact.endDate.format('d/m/y') }}
Nombre de personnes: {{ contact.personNumber }}
Type de chambre: {% if contact.roomType == 0 %}Simple{% else %}Double{% endif %}
Animal de compagnie: {% if contact.hasPet %}Oui{% else %}Non{% endif %}
{% if contact.message %} Informations supplémentaires:
{{ contact.message }} {% endif %}