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

Bonjour,

Un nouveau rendez-vous a été créé.

Rendez-vous le {{ appointment.dateBegin|for_mail('dateBegin') }} :

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

Il a été indiqué :

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

Coordonnées du client :

{% endif %} {% endblock %}