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

Images

Id {{ image.id }}
Path {{ image.path }}
UpdatedAt {{ image.updatedAt ? image.updatedAt|date('d/m/Y') : '' }}
back to list edit {{ include('images/_delete_form.html.twig') }} {% endblock %}