{"includes/config_top.html"}

Expiry time format is <number> <unit> where unit is one of second minute hour day week month year (with optional s on the end). Eg. "3 hours" or "1 year".

New bans override existing ones.

New Ban

Expires InIPReason

Existing Bans

{% if total_bans :}

Show bans from this IP only:

There are {{ len(bans) }} bans {% if filter :}matching {{ filter }}{: else :}in total{:}.

{% if bans :} {% for i, ban in enumerate(bans) :} {:}
Expires InIPReason
{{ ban.expires }} {{ ban.ip }} {{ ban.reason }}
{:} {: else :}

There are no existing bans.

{:}