{% extends "xeolux_securitykit/base.html" %} {% block title %}Routes protégées{% endblock %} {% block content %}
Règles de sécurité appliquées par chemin URL.
{{ route.path }}
{{ route.match_type }}
{% if not route.enabled %}Inactif{% endif %}
{% if route.description %}{{ route.description }}{% endif %}
| Action | Conditions | Priorité | Statut | |
|---|---|---|---|---|
| {{ rule.action }} | {{ rule.conditions|default:"—" }} |
{{ rule.priority }} | {% if rule.enabled %}Actif{% else %}Inactif{% endif %} | Modifier |
Aucune règle — Ajouter une règle
{% endif %}Aucune route protégée.
Ajouter la première route