{% extends "xeolux_securitykit/base.html" %} {% block title %}Routes protégées{% endblock %} {% block content %}
Définissez les routes soumises à des règles de sécurité.
{{ 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 définie — Ajouter une règle
{% endif %}Aucune route protégée. Ajouter la première route.