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

Document index

{% for document in documents %} {% else %} {% endfor %}
Id Name actions
{{ document.id }} {{ document.name }} show edit
no records found
Create new {% endblock %}