{% extends 'base.html.twig' %} {% block title %} Portfolio | Illustrations {% endblock title %} {% block links %} {% endblock links %} {% block body %}
{#Le bouton "ajout d'une oeuvre"#} {% if is_granted('ROLE_EDITOR') %} Ajouter une oeuvre ? {% endif %} {# Les auteurs et le tri par auteur#}
{% for author in authors%} {{ author.firstName }} {{ author.name }} {% endfor %}
{% for illustration in illustrations %}
{% if is_granted('ROLE_EDITOR')%} {% endif %}
Cardimage
{% if is_granted('ROLE_EDITOR')%}
Delete {% endif %}
{% endfor %}
{% block scripts %} {% endblock scripts %} {% endblock body %}