{% extends 'base.html.twig' %} {% block title %} Portfolio | Photos {% 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 photo in photos %}
{% if is_granted('ROLE_EDITOR')%} {% endif %} Cardimage {% if is_granted('ROLE_EDITOR')%} Supprimer {% endif %}
{% endfor %}
{% block scripts %} {% endblock scripts %} {% endblock body %}