{% extends '@ChillMain/CRUD/Admin/index.html.twig' %} {% block title %} {% include('@ChillMain/CRUD/_edit_title.html.twig') %} {% endblock %} {% form_theme form _self %} {% block _gender_icon_widget %} {% for child in form %}
{% endfor %} {% endblock %} {% block admin_content %} {% set formId = crudMainFormId|default('crud_main_form') %} {% block crud_content_header %}

{{ ('crud.'~crud_name~'.title_edit')|trans }}

{% endblock crud_content_header %} {% block crud_content_form %} {{ form_start(form, { 'attr' : { 'id': formId } }) }} {{ form_row(form.label) }} {{ form_row(form.genderTranslation) }} {{ form_row(form.icon) }} {{ form_row(form.active) }} {{ form_row(form.order) }} {{ form_end(form) }} {% block crud_content_after_form %}{% endblock %} {% block crud_content_form_actions %} {% endblock %} {% endblock %} {% endblock admin_content %}