{% extends "baseEnseignant.html.twig" %} {% block titreContenu %}Mon stage ({{stage.nomEntreprise}}){% endblock %} {% block contenu%}

Activités

{% set jourID = 0 %} {% set nbTaches = 0 %} {% for tache in semaineStage.tachesemaines %} {% if tache|length > 0 %} {% if tache.jour.id == jourID %}

{{tache.jour.nom}}
{{tache.domaineTache.libelle}}

{{tache.description}}

{% else %} {% if jourID != 0 %}
{% endif %} {% if jourID == 0 %}
{% else %}
{% endif %}

{{tache.jour.nom}}
{{tache.domaineTache.libelle}}

{{tache.description}}

{% set jourID = tache.jour.id %} {% endif %} {% endif %} {% endfor %} {% set jourID = jourID + 1 %}
{% if 6 - jourID >= 0 %} {% for i in jourID..6%}
Il n'y a pas d'activités pour ce jour.
{% endfor %} {% endif %}
{% endblock %}