{% extends "base.html" %} {% block title %}Rôles{% endblock %} {% block content %}
Rôles
Nom | Rôle familial | Rôle intervenant | Éditeur ? {% help_tooltip editeur_help %} |
---|---|---|---|
{% if can_edit and role.editable %}{% endif %}{{ role.nom }}{% if can_edit and role.editable %}{% endif %} | {{ role.est_famille|boolean_icon }} | {{ role.est_intervenant|boolean_icon }} | {{ role.est_editeur|boolean_icon }} |