{% extends "Includes/layout_ats.html.twig" %} {% block title %}Daf ATS{% endblock %} {% block pageheader %}Jobs ATS{% endblock %} {% block body %}
{{ include('Includes/aside_ats.html.twig') }}
Form : {{ dafInstance.nameInstance }} {% if dafInstance.active == 0 %} inactive {% endif %}
{% if is_granted('ROLE_BACKEND') %} {% endif %}
{% if (preview | length > 0) %}
Daf options
{% if dafInstance.active == 0 %}
DISABLED
{% endif %}
Main color
Text button color
Text button
by default
{% if dafInstance.idJobgroup %}
Language
<% selectedLang %>
no language
{% endif %}
change the language

Daf fields

Mails & messages
{% if is_granted('ROLE_BACKEND') %}
{% endif %}
{% else %}
There is no Form availaible
{% endif %}
{# Modal #}
{% endblock %} {% block specificJS %} {% endblock %}