{{ block("header", "header.html.twig") }} {% block body %}
{% if app.user.id is defined and app.user.roles.0 == 'ROLE_PROFESSEUR' and professeur.id == app.user.professeur.id or app.user.id is defined and app.user.roles.0 == 'ROLE_ADMIN'%}
MES INFORMATIONS

Informations Professeur
Nom : {{professeur.nom}}
Prénom : {{professeur.prenom}}
rue : {{professeur.rue}}
email : {{professeur.email}}
Téléphone : {{professeur.tel}}
ville : {{professeur.ville}}
Code Postal : {{professeur.codeP}}

MES COURS

{% for c in cours %} {% endfor %}
Cours Jour Crénaux horaire Nombre de place
{{ c.libelle}} {{ c.dateCours}} {{ c.heureDebut}}-{{ c.heureFin}} {{ c.nbPlaces}}
{% else %}

Vous ne pouvez pas voir cela !

{% endif %}
{% endblock %} {{ block("footer", "footer.html.twig") }}