{% extends "baseEnseignant.html.twig" %} {% block titreContenu %}Accueil {% endblock %} {% block contenu%} {{ include('./promotion/listPromos.html.twig') }}
Etudiant ▼▲ | Source ▼▲ | Libellé ▼▲ | Nombre d'activités ▼▲ | Date ▼▲ | Statut ▼▲ | Action ▼▲ |
---|---|---|---|---|---|---|
{{rp.etudiant.prenom}} {{rp.etudiant.nom}} | {{rp.source.libelle}} | {{rp.libcourt}} | {{rp.activites.count}} | {{rp.dateDebut | date("d/m/Y")}} | {{rp.statut.libelle}} | {% if rp.statut.id==4 %}-{% else %}Viser{% endif %} |
Entreprise | Nom tuteur | Mail tuteur | Tel tuteur | sujet | Lieu |
---|---|---|---|---|---|
{{stage.nomEntreprise}} | {{stage.nomTuteur}} | {{stage.mailTuteur}} | {{stage.telTuteur}} | {{stage.sujet}} | {{stage.lieu}} |