{% extends 'base.html.twig' %} {% block body %} {#----------------------------HEAD------------------------------------------#} Gelen kudeaketa Gela berria {#----------------------------MAIN------------------------------------------#} {#----------------------------CONTENIDO------------------------------------------#} {% for formGela in formsGela %} {{ include('gelak/gelarow.html.twig') }} {% endfor %} {% endblock %} {% block javascripts %} {% endblock %}