{% 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') }}
{{ include('enpc/includes/new/_student_registration_applications.html.twig') }}
{% if student.id %} {# {% if is_granted('ROLE_SUPER_ADMIN') == true %} {% else %} {% endif %} #} {% endif %} {% endblock %} {% block pageJavascript %} {% endblock %}