{% extends "Includes/layout.html.twig" %} {% block body %}
{% include "CvLibrary/form.html.twig" %}
{% include "CvLibrary/Overview.html.twig" %}
{% include "CvLibrary/ats_status_global.html.twig" %}
{{ 'New Form'|trans }}
{% if is_granted('ROLE_BACKEND') %} {% endif %}
{% endblock %} {% block specificJS %} {{ encore_entry_script_tags('cvlibrary-overview-index') }} {% endblock %}