{% extends "xeolux_securitykit/base.html" %} {% block title %}Modules{% endblock %} {% block content %} {% for group in grouped %}
{{ group.category }}
{{ group.modules|length }}
{% for module in group.modules %} {% endfor %}
Module Statut Actions
{{ module.label }} {% if module.enabled %}Actif{% else %}Inactif{% endif %}
{% csrf_token %}
{% if module.has_settings %} Réglages {% endif %}
{% empty %}

Aucun module disponible.

{% endfor %} {% endblock %}