{% extends 'base.html.twig' %} {% block title %}Image index{% endblock %} {% block body %}

Image index

{% for image in images %} {% else %} {% endfor %}
Id Libelle Fichier CreatedAt UpdatedAt DeletedAt actions
{{ image.id }} {{ image.libelle }} {{ image.fichier }} {{ image.createdAt ? image.createdAt|date('Y-m-d H:i:s') : '' }} {{ image.updatedAt ? image.updatedAt|date('Y-m-d H:i:s') : '' }} {{ image.deletedAt ? image.deletedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}