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

Note: This section is used to edit safty check.
(*) Fields are required.

{{ form_start(edit_form, {'attr': {'class': 'form-horizontal' }}) }}
{{ form_row(edit_form.name) }}
{{ form_end(edit_form) }}
{% endblock %}