{% extends 'admin.html.twig' %} {% block title %} Liste image {% endblock %} {% block body %}

{% for image in project.images %} {% if image.isActive %} {% else %} {% endif %} {% else %} {% endfor %}
image Lien Date d'ajout Ajouté par Statut actions
{{ image.url}} {{ image.createdAt |format_datetime('full', 'full', locale: 'fr')}} {{ image.creator}} {{ "En ligne" }} {{ "Hors-ligne" }}
Aucun projet trouvé
{% endblock %}