{% 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 prod in rp.productions %} {% if is_granted('ROLE_ENSEIGNANT') %}{% else %} {% endif %} {% endfor %}
Description Urlsupprimer
{{prod.designation}} {{prod.url}}
{% endblock %}