{% include 'header.html' %} {% include 'footer.html' %}
PAGE DE CONSULTATION D'UN PROFESSEUR
Nom :
{{professeur.user.nom}}
{% set photo = 'img/professeur/'~ professeur.id ~'.png' %}
Prénom :
{{professeur.user.prenom}}
Ville :
{{professeur.user.ville}}
Code postal :
{{professeur.user.codepostal}}
{% if is_granted('ROLE_ADMIN') %}
Modifier
Supprimer
{% endif %}