{% extends "Includes/layout.html.twig" %} {% block body %}
{# ################## GLOBAL EDIT PANEL ################## #}
{{ include('CvLibrary/Form/Edit/global_settings.html.twig') }}
{# ################## STYLE EDIT PANEL ################## #}
{{ include('CvLibrary/Form/Edit/style_edit.html.twig') }}
{# ################## CUSTOM EDIT PANEL ################## #}
{{ include('CvLibrary/Form/Edit/question_edit.html.twig') }}
{% if is_granted('ROLE_BACKEND') %} {% endif %}
{% endblock %} {% block specificJS %} {{ encore_entry_script_tags('cvlibrary-daf-selector-header') }} {{ encore_entry_script_tags('cvlibrary-form-edit-index') }} {% endblock %}