$def with (data) $var title: [Admin Center] Block IP
$:render_template("admin/menu")

$_("Block IP address")

$if query_param("ip") != None:
$_('IP address %(address)s has been added to the textarea. Please click Save to block that IP.', address=query_param("ip"))

Blocked IP Addresses