{% extends 'app/base.html.twig' %} {% block title %}Personnes — {{ categorie.nom|default('Catégories') }}{% endblock %} {% block body %}
{% if actifsOnly %} Aucune personne active dans cette catégorie. {% else %} Aucune personne dans cette catégorie. {% endif %}
{% if app.user.role in ['admin', 'gestionnaire'] and categorieId %} Ajouter une personne {% endif %}