{# absences/infos.html.twig #} {% extends 'base.html.twig' %} {% block page %}

Informations sur les absences

{% if suppression and validation %} L'information a été supprimée

Retour {% elseif suppression %}

Etes vous sûr de vouloir supprimer cette information ?

{% elseif validation %} Votre demande a été enregistrée

Retour {% elseif save %}

Confirmation

Du {{ debut }} au {{ fin }}
{{ texte }}

{% else %} {% if id %}

Modifications des informations sur les absences

{% else %}

Ajout d'une information

{% endif %}
 
{% if id %} Supprimer {% endif %} Annuler
{% endif %} {% endblock %}