{% extends 'base.html.twig' %} {% block title %} Portfolio | Illustrations {% endblock title %} {% block links %} {% endblock links %} {% block body %}
{% if is_granted('ROLE_EDITOR') %} Ajouter une oeuvre ? {% endif %}
All {% 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')%}
{% endif %}
{% endfor %}
{% block scripts %} {% endblock scripts %} {% endblock body %}