{# absences/add.html.twig #} {% extends 'base.html.twig' %} {% block specificjs %} {% endblock %} {% block page %}

Ajouter une absence

{% if right701 %} {% endif %} {% if absences_validation %} {% endif %}
{% if agents_multiples %} {% else %} {% endif %} {% if agents_multiples %} {% if agent_preselection %} {% endif %}
    {% if agent_preselection %}
  • {{ loggedin_name }} {{ loggedin_firstname }} {% if admin %} {% endif %}
  • {% endif %}
            {% else %} {{ loggedin_name }} {{ loggedin_firstname }} {% endif %}
          {% if admin %} {% endif %}
          PJ1
          PJ2
          SO
          {% if admin %} {% else %} Demandée {% endif %}
           
            
          {% if abences_infos %} Informations congés / absences :

          {% for a in abences_infos %} Du {{ a.debut_fr }} au {{ a.fin_fr }} : {{ a.texte }}
          {% endfor %} {% endif %}
          {% include 'absences/reasons.html.twig' %} {% endblock %}