{% include 'manager_head_include.html' %}

{{ strings.MANAPROXY }}

{% if not (board.options.ENABLE_PROXY_CHECK) %}
{{ strings.PROXYDISABLED }}

{% endif %}
{{ strings.PROXYIPLABEL }}
{{ strings.PROXYTIMELABEL }}

{{ strings.PROXYTABLE }} {% for proxy in scanned %} {% if proxy.divider %}{% endif %} {% if proxy.type == 'white' %} {% endif %} {% if proxy.type == 'black' %} {% endif %} {% endfor %}
White {{ proxy.ip }} {{ proxy.timestamp + config.PROXY_WHITE_AGE - time() }}Black {{ proxy.ip }} {{ proxy.timestamp + config.PROXY_BLACK_AGE - time() }}{{ proxy.date }} {{ strings.PROXYREMOVEBLACK }}

{% include 'normal_foot_include.html' %}