new.html.twig 388 Bytes
{% extends 'base.html.twig' %}

{% block body %}
    <h1>Crear un Municipio</h1>

    {{ form_start(form) }}
        {{ form_widget(form) }}
        <input type="submit" value="Crear"  />
        
    {{ form_end(form) }}

                <a href="{{ path('municipio_index') }}"><button type="button" class="btn btn-info">Volver al Listado</button>
        </li>
    </ul>
{% endblock %}