{% extends 'base.html.twig' %} {% block title %} Fiche {{ student }} - ENPC Auto {% endblock %} {% block body %}

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

{{ student }}

{# common flash messages bloc #} {{ include('common/flash_messages_bloc.html.twig') }} {# user header infos #} {{ include('student/includes/header_student_infos.html.twig') }}
{{ include('student/includes/_nav_bar_show.html.twig') }}
{{ include('student/includes/_nav_applications_type.html.twig') }} {{ include('enpc/includes/new/_student_applications.html.twig') }} {{ include('enpc/includes/new/_student_registration_applications.html.twig') }}
{% if student.id %} {% endif %} {% endblock %}{% block pageJavascript %} {% endblock %}