{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Présence en cours{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %}

Présence en cours

    {% if est_admin or ((est_prof or est_sousprof) and app.user.id in formation.profs) %}
  • Ajouter un cours
  • {% endif %}
{% include "@Courses/Presence/index_inner.html.twig" %}
{% endblock %} {% 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 %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}