{% extends "baseEnseignant.html.twig" %} {% block titreContenu %}Liste des promos{% endblock %} {% block contenu%} {{ include('./promotion/listPromos.html.twig') }}
Source ▼▲ | Libellé ▼▲ | Nombre d'activités▼▲ | Date▼▲ | Statut▼▲ | Action |
---|---|---|---|---|---|
{{rp.source.libelle}} | {{rp.libcourt}} | {{rp.activites.count}} | {{rp.dateDebut | date("d/m/Y")}} | {{rp.statut.libelle}} {% if rp.statut.id == 2 %} de {{rp.enseignant.prenom}}{% endif%} | {% if rp.statut.id==4 %}-{% else %}Viser{% endif %} |