{% extends "base.html.twig" %} {% block stylesheets %} {% endblock stylesheets %} {% block titulo %}{{ titulo }}{% endblock %} {% block subtitulo %}{{ subtitulo }}{% endblock %} {% block body %}
{% if botones is not null %}
{% for boton in botones %} {{ boton.texto }} {% endfor %}
{% endif %}

{{ texto_anterior }}

{% for celda in encabezado %} {% endfor %} {% for fila in filas %} {% for celda in fila %} {% endfor %} {% endfor %}
{{ celda }}
{{ celda }}

{{ texto_posterior }}

{% endblock body %} {% block javascripts %} {% endblock javascripts %}