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

Image index

{% for image in images %} {% else %} {% endfor %}
Id Image_name Image_size UpdatedAt actions
{{ image.id }} {{ image.imageName }} {{ image.imageSize }} {{ image.updatedAt ? image.updatedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}