{% extends 'admin_base.html.twig' %} {% block body %}

Les Travaux

{% for a in etudiants%} {% endfor %}
Etudiants Fichiers
{{ a.getFullName() }} {% if a.getTps()|length>0 %} {% for f in a.getTps() %} {% if f.getEtape()==Etape%} {% if a.getGroupe().getId()==3 %} {{ f.file_name }} {% else %} {{ f.file_name }} {% endif %} {% endif %} {% endfor %} {% else %} Aucun Fichier {% endif %}
{% endblock %}