{% extends 'emails/base.html.twig' %} {% block body %}
Salut {{ user.firstname }},
Une représentation a été jouée hier !
Le {{ representation.date|date('d/m/Y') ~ ' à ' ~ representation.heure|date('H:i')}}
{{ representation.spectacle.name }} à la salle {{ representation.salle.name }}
Pour indiquer ton avis, clique sur le bouton ci-dessous :
Indiquer mon avis {% endblock %}