{% extends 'Email/base_email.html.twig' %} {% block title %}

{{ 'Nouvelle notification de tâche administrative'|trans }}

{% endblock %} {% block content %}

Une nouvelle tâche administrative est à engager pour l'élève {{ notif.student.firstname }} {{ notif.student.lastname }} ({{ notif.student.email }})
Description de la tâche :
{{ notif.adminTask.email }}

{% endblock %}