{% extends '@LcSov/adminlte/layout.html.twig' %} {% block navbar_header %} {{ parent() }} {% for section in carac_get_sections() %} {% set form_switch_section = carac_get_form_switch_section(section) %} {% form_theme form_switch_section '@LcSov/adminlte/crud/form_theme.html.twig' %} {{ form_start(form_switch_section) }} {{ form(form_switch_section) }} {{ form_end(form_switch_section) }} {% endfor %} {% set form_switch_merchant = carac_get_form_switch_merchant('admin') %} {% form_theme form_switch_merchant '@LcSov/adminlte/crud/form_theme.html.twig' %} {{ form_start(form_switch_merchant) }} {{ form(form_switch_merchant) }} {{ form_end(form_switch_merchant) }} {% endblock %}