{% extends 'base.html.twig' %} {% block title %}Conges index{% endblock %} {% block body %}

Conges index

{% if is_granted('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for conge in conges %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% else %} {% endfor %}
Id Date début congé Date fin congéUtilisateurActions
{{ conge.id }} {{ conge.dateDebutConge ? conge.dateDebutConge|date('Y-m-d') : '' }} {{ conge.dateFinConge ? conge.dateFinConge|date('Y-m-d') : '' }} {{ conge.label}}{{ conge.user.email }} {{ conge.user.prenom }} {{ conge.user.nom }}
show voir les messages et edité le conge {% if is_granted('ROLE_ADMIN') %}
{% endif %}
no records found
Create new {% endblock %}