{{ 'Global settings'|trans }}
{{ 'Style'|trans }}
{{ 'Question'|trans }}
{% if is_granted('ROLE_BACKEND') %}
{% endif %}
{# #}
{# #}
{# #}
{# ################## 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') }}