{% extends '@App/app.html.twig' %} {% block title %}Types d’entretiens{% endblock %} {% block page_header %}{% endblock %} {% block content %} {% set active_count = types|filter(t => t.active)|length %} {% set legal_count = types|filter(t => t.isIsLegalFollowUp)|length %}
Configurez les workflows, modules et règles d’affichage applicables à chaque type d’entretien.
| Type | Workflow | Modules | Statut | |
|---|---|---|---|---|
|
{{ type.nom }}
{{ type.code }} · {{ type.category }}
{% if type.description %}{{ type.description }}{% endif %}
|
{{ type.active ? 'Actif' : 'Inactif' }} | |||
| Aucun type d’entretien. | ||||