{"includes/config_top.html"}

{$ _('Expiry time format is either %s, or %s, where %s is one of %s (with optional %s on the end). Eg. "%s" or "%s"') % ('never', '<number> <unit>', 'unit', 'second minute hour day week month year', 's', '3 hours', '1 year') $}

{$ _('Ban IP may be a ipv4 or ipv6 address string, a domain name such as %s, or a domain name mask such as %s.') % ('example.com', '*.example.com') $}

{_New bans override existing ones._}

{_New Ban_}

{_Expires In_}{_IP_}{_Reason_}

{_Existing Bans_}

{% if total_bans :}

{_Show bans from this IP only_}:

{$ _('There are %s bans matching %s.') % ('%d' % len(bans), '%s' % filter) if filter else _('There are %s bans in total.') % len(bans) $}

{% if bans :} {% for i, ban in enumerate(bans) :} {:}
{_Expires In_}{_Created_}{_IP_}{_Reason_}
{{ ban.expires }} {{ ban.created }} {{ ban.ip }} {{ ban.reason }}
{:} {: else :}

{_There are no existing bans._}

{:}