{% trans "Block or unblock any subject. Choose a scope, enter the value, and optionally set a TTL in seconds (leave blank for a permanent block)." %}
{% trans 'Active blocks' %}
{% if active_blocks %}| {% trans 'Scope' %} | {% trans 'Value' %} | {% trans 'Reason' %} | {% trans 'Rule' %} | {% trans 'Expires' %} | |
|---|---|---|---|---|---|
| {{ entry.scope.scope_type }} | {{ entry.scope.scope_value }} | {{ entry.reason|default:'—' }} | {{ entry.rule_name|default:'—' }} | {{ entry.expires_at|default:'permanent' }} |
{% trans "Only durable (permanent) blocks are listed; temporary (Redis-only) blocks auto-expire and may not appear here on a tiered deployment." %}
{% else %}{% trans 'No active blocks.' %}
{% endif %}