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

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

{{ student }}

{#
{{ include('student/includes/nav_bar_show.html.twig') }}
#}
{# {% if studentEnpcAccount %}
{% endif %} #}

Inscription aux formations

{{ include('enpc/includes/bloc_register_applications_form.html.twig') }}

Liste des applications de l'élève

{{ include('enpc/includes/bloc_student_applications.html.twig') }} {% if (iframePracticeStatsLink and iframeTheoryStatsLink) %}

Statistiques / suivi

{{ include('enpc/includes/bloc_student_stats.html.twig') }} {% endif %}
{% endblock %} {% block pageJavascript %} {% endblock %}