{% extends 'base.html.twig' %} {% block body %}

Documents list

{% for document in documents %} {% endfor %}
Id Filename Extension Actions
{{ document.id }} {{ document.fileName }} {{ document.extension }}
{% endblock %}