{% extends "xeolux_securitykit/base.html" %} {% block title %}Modules{% endblock %} {% block content %} {% for category, cat_modules in modules|groupby:"category" %}
{{ category }}
{% for module in cat_modules %} {% endfor %}
ModuleStatutAction
{{ module.label }} {% if module.enabled %}Actif{% else %}Inactif{% endif %}
{% csrf_token %}
{% empty %}

Aucun module disponible.

{% endfor %} {% endblock %}