{"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._}
{$ _('There are %s bans matching %s.') % ('%d' % len(bans), '%s' % filter) if filter else _('There are %s bans in total.') % len(bans) $}
{% if bans :}{_Expires In_} | {_Created_} | {_IP_} | {_Reason_} | |
---|---|---|---|---|
{{ ban.expires }} | {{ ban.created }} | {{ ban.ip }} | {{ ban.reason }} |
{_There are no existing bans._}
{:}