{% extends "base.html" %} {% block content %}
Manage stored rate limit rules and the global enforcement toggle.
| Scope | Limit | Window | Status | Actions |
|---|---|---|---|---|
| {{ rule.scope }} | {{ rule.max_requests }} | {{ rule.window_seconds }}s | {% if rule.is_enabled %} Enabled {% else %} Disabled {% endif %} | Edit |
| No rate limits configured yet. | ||||