{% if grl %} {# ── Configured: info bar with details (active or paused) ─────── #} {% set is_active = grl.enabled %}
Global Rate Limit {% if is_active %} Active {% else %} Paused {% endif %}

{{ grl.limit }}

{{ grl.algorithm }} · {{ grl.key_strategy }}{% if grl.burst %} · +{{ grl.burst }} burst{% endif %}

{% if grl.exempt_routes %}
Exempt: {% for route in grl.exempt_routes %} {{ route }} {% endfor %}
{% endif %}
{# Enable / Disable toggle #} {% if is_active %} {% else %} {% endif %}
{% else %} {# ── Not configured: subtle control bar ───────────────────────── #}

Global rate limit is not configured

{% endif %}