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

Attachment index

{% for attachment in attachments %} {% else %} {% endfor %}
Id Image Image_size Created_at Updated_at actions
{{ attachment.id }} {{ attachment.image }} {{ attachment.imageSize }} {{ attachment.createdAt ? attachment.createdAt|date('Y-m-d H:i:s') : '' }} {{ attachment.updatedAt ? attachment.updatedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}