{% extends templateTwigParent %} {% block titreContenu %} {{ include('././rp/titreRp.html.twig') }} : {{rp.libcourt}} {% endblock %} {% block contenu%}
{% if is_granted('ROLE_ENSEIGNANT') %} {% else %} {% endif %}
{% if is_granted('ROLE_ENSEIGNANT') %}{% else %} {% endif%} {% for rpAct in rp.activites %} {% if is_granted('ROLE_ENSEIGNANT') %}{% else %} {% endif %} {% endfor %}
Activité Intitulé DescriptionAction
{{rpAct.activite.code}} {{rpAct.activite.libelle}} {{rpAct.commentaire}}
{% endblock %}