{% extends 'base.html.twig' %} {% block title %} {{ student }} {% endblock %} {% block body %}

 / {% if is_granted('ROLE_SUPER_ADMIN') == true %} Élèves {% else %} Élèves {% endif %} / 

{{ student }}

{# user header infos #} {{ include('student/includes/header_student_infos.html.twig') }} {# show content #}
{{ include('student/includes/profil.html.twig') }}
{# include student delete modal #} {% endblock %} {% block pageJavascript %} {% endblock %}