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

Document index

{% for document in documents %} {% else %} {% endfor %}
Id TypeDocument Fichier DateUpload actions
{{ document.id }} {{ document.typeDocument }} {{ document.fichier }} {{ document.dateUpload ? document.dateUpload|date('Y-m-d') : '' }} show edit
no records found
Create new {% endblock %}