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

Documento index

{% for documento in documentos %} {% else %} {% endfor %}
Id Nome Token actions
{{ documento.id }} {{ documento.nome }} {{ documento.token }} show edit
no records found
Create new {% endblock %}