{% extends "Includes/layout.html.twig" %} {% block body %} {{ 'Create, edit and manage your forms'|trans }} {{ 'Forms List'|trans }} {{ 'Statistics'|trans }} {% if is_granted('ROLE_ATS_CONNECTT') or is_granted('ROLE_BACKEND') %} ATS Global {% endif %} {% if is_granted('ROLE_ATS_CONNECTT') %} {{ 'New Form'|trans }} {% endif %} {% include "CvLibrary/form.html.twig" %} {% include "CvLibrary/Overview.html.twig" %} {% include "CvLibrary/ats_status_global.html.twig" %} {{ 'New Form'|trans }} {{ 'Form name'|trans }} {{ 'Job Group'|trans }} {{ 'Mode'|trans }} {{ 'Save'|trans }} {% if is_granted('ROLE_BACKEND') %} {{ 'Save with a comment'|trans }} {% endif %} {% if is_granted('ROLE_BACKEND') %} {% endif %} {% endblock %} {% block specificJS %} {{ encore_entry_script_tags('cvlibrary-overview-index') }} {% endblock %}
{{ 'Create, edit and manage your forms'|trans }}