{% extends "base.html" %} {% block title %}Rôles{% endblock %} {% block content %}

Rôles

{% if perms.aemo.add_role %}
Nouveau
{% endif %}
{% with can_edit=perms.aemo.change_role %} {% for role in object_list %} {% endfor %} {% endwith %}
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 }}
{% endblock %}