{% block page_header %}
Antirobot viewer - {{ curTab }}
{% endblock %}
{% set menuItems = [ (url_for('ViewAccessLog'), 'Main accesslog'), (url_for('ViewAccessLog', what='market'), 'Market accesslog'), (url_for('ViewEventLog'), 'Eventlog'), (url_for('ViewPrecalcedTables'), 'Precalced tables'), (url_for('ClearAllCache'), 'Clear cache'), (url_for('SetBanCookie'), 'Set ban cookie'), (url_for('ShowRedirectCounts'), 'Redirect counts'), (url_for('ip2backend'), 'IP to backend'), (url_for('check_addos_rule'), 'Check ddos rule'), ('https://wiki.yandex-team.ru/jandekspoisk/sepe/antirobotonline/docs/antirobotviewer&v=1', 'Help'), ] -%} {%- for i in menuItems -%}
{{i[1]}}
{%- endfor -%}
{% block header %}{% endblock %}
{% block content %} {% endblock %}