{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Cursus {{ cursus.libelle }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %}
{% set onglet_actif='formation' %} {% if onglet is defined %} {% if onglet %} {% set onglet_actif=onglet %} {% endif %} {% endif %}

Les formations du cursus

{% include '@Formation/Cursus/table_cursus_formations.html.twig' %}
{% include '@Formation/Cursus/table_cursus_eleve.html.twig' %}

Les professeurs du cursus

{% include '@Formation/Cursus/table_cursus_prof.html.twig' %}
Sélection Libellé Nombre d'élèves Nombre de professeurs Modifier
Libellé
Objectifs
Formations
Détails nombre d'heures
{% endblock body %} {% block body_before_end %} {% include 'generic_popin.html.twig' with { 'contenu': '__CONTENU__', 'titre': '__TITRE__', 'show_validate_popin' : true, 'show_cancel_popin' : true, 'wide': true } only %} {% include 'generic_popin.html.twig' with { 'contenu': '__CONTENU__', 'titre': '__TITRE__', 'show_validate_popin' : true, 'show_cancel_popin' : true, 'wide': true, 'tall': true, 'suffixe_id': '_eleve' } only %} {% endblock %} {% block javascripts %} {# {{ parent() }} #} {{ tinymce_init() }} {% endblock %}