{% extends 'base.html.twig' %} {% block title %}Modifier l'élève {{ student }}{% endblock %} {% block body %}

 /  {% if is_granted('ROLE_SUPER_ADMIN') == true %} Tableau de bord {% else %} Tableau de bord {% endif %}

{% if is_granted('ROLE_SUPER_ADMIN') == true %}

 / adhérents

{% else %}

 / Informations {{ student.firstname }}

{% endif %}
Modifier la photo de profil
{{ include('student/_formAddEditStudent.html.twig', {submitButtonText: 'Modifier'}) }}
{% endblock %} {% block pageJavascript %} {{ include('student/includes/js.html.twig') }} {% endblock %}