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

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

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