{% extends "frontoffice/layout.html.twig" %} {% block page_title %}{{ site_titre }} - Évaluation d'un étudiant{% endblock %} {% block stylesheets %} {% endblock %} {% block main_class %}main-page{% endblock %} {% block content %} {% include "frontoffice/enseignant/_bandeau_infos_etudiant.html.twig" %}
{% if ues|length > 1 %} {% endif %}
{% for ue in ues %}

UNITÉ D’ENSEIGNEMENT
{{ ue.fullLibelle }}

{% if ues|length > 1 %} {% endif %} {% include "frontoffice/enseignant/_tab_competences.html.twig" %} {% include "frontoffice/enseignant/_tab_note.html.twig" %} {% include "frontoffice/enseignant/_tab_commentaires.html.twig" %}
{% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}