{% extends 'base.html.twig' %} {% block title %}Les images{% endblock %} {% block container_start %}

Liste des catégories

{% for image in images %} {% endfor %}
# name Date Création Derniere MAJ alt largeur hauteur Taille lien
{{ image.id }} {{ image.name }} {{ image.createdAt|date("d/m/Y H:i:s") }} {{ image.updatedAt|date("d/m/Y H:i:s") }} {{ image.alt }} {{ image.width }} {{ image.height }} {{ image.size }}
{% endblock %}