{% extends 'emails/base.html.twig' %} {% block body %}

Bonjour{% if appointment.name != null %} {{ appointment.name }}{% endif %},

Votre rendez-vous a été accepté.

Rendez-vous le {{ appointment.dateBegin }} :

{% if appointment.peelingState != null or appointment.description != null %}

Vous avez indiqué :

{% endif %} {% if appointment.email != null or appointment.phone != null or appointment.address != null %}

Vos coordonnées :

{% endif %}

Rendez-vous à l'adresse suivante :
{{ constant('App\\Constants\\Constants::ADDRESS')['street'] }}
{{ constant('App\\Constants\\Constants::ADDRESS')['postalCode'] }}   {{ constant('App\\Constants\\Constants::ADDRESS')['city'] }}

{% endblock %}