{% extends 'base.html.twig' %} {% block title %}Image index{% endblock %} {% block body %}
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 |