{% extends '@App/app.html.twig' %} {% block title %}Types de congés{% endblock %} {% block content %}
| Couleur | Nom | Code | Approbation | Solde géré | Demi-journée | Pièce jointe | Export paie | Statut | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ type.nom }} {{ type.description|default('—') }} |
{{ type.code }} |
{{ type.requiresApproval ? 'Oui' : 'Non' }} | {{ type.actif ? 'Actif' : 'Inactif' }} | ||||||
| Aucun type configuré. | |||||||||