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

PlanificacionSeccion edit

{{ form_start(show_form) }} {{ form_widget(show_form) }} {{ form_end(show_form) }} {% endblock %}