{% extends 'app/base.html.twig' %} {% block title %}Contacts parents{% endblock %} {% block body %}
| Parent | Élève | Statut | Date ajout | Actions | |
|---|---|---|---|---|---|
|
{{ contact.prenom_parent }} {{ contact.nom_parent }}
{% if contact.notes %}
{{ contact.notes }} {% endif %} |
{{ contact.email }} | {{ contact.eleve_nom|default('-') }} | {% if contact.actif %} Actif {% else %} Désabonné {% endif %} | {{ contact.date_ajout|date('d/m/Y') }} | {# Toggle actif/inactif #} |