{% extends 'base.html.twig' %} {% block title %}Document index{% endblock %} {% block body %}
| Id | TypeDocument | Fichier | DateUpload | actions |
|---|---|---|---|---|
| {{ document.id }} | {{ document.typeDocument }} | {{ document.fichier }} | {{ document.dateUpload ? document.dateUpload|date('Y-m-d') : '' }} | show edit |
| no records found | ||||