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

Ajouter une absence

URL de l'action : {{ path('absence.save') }}

{% if right701 %} {% endif %} {% if config('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 and not config('Planook') %} {% endif %}
          PJ1
          PJ2
          SO
           
            
          {#Messages d'informations absences#}
          {% 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 %}