{% extends templateTwigParent %} {% block titreContenu %} {{ include ('./stage/titre.html.twig') }}{% endblock %} {% block contenu%} {{ include ('./stage/menu.html.twig') }}
{% if is_granted('ROLE_ENSEIGNANT') %} {% elseif is_granted('ROLE_ETUDIANT') %}
{% endif %} {% for pointage in stage.pointages %} {% endfor %}
Date Heure Ip Supprimer
{{pointage.datePoint |date('D d/m/Y', "Europe/Paris")}} {{pointage.heurePoint |date('H:i:s',"Europe/Paris")}} {{pointage.ipPoint}}
{% endblock %}