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

Images index

{% for image in images %} {% else %} {% endfor %}
Id Path UpdatedAt Actions
{{ image.id }} {{ image.path }} {{ image.updatedAt ? image.updatedAt|date('d/m/Y') : '' }} show edit
no records found
Create new {% endblock %}