{% extends 'my_waf/index.html' %} {% load i18n %} {% load static %} {% block action_log %}
{% csrf_token %}
{% trans 'ERL page title' %}
{% trans 'Add\Edit ERL Active checkbox' %} {% get_current_language as LANGUAGE_CODE %} {% trans 'ERL end of life label' %} {% trans 'ERL end of life unit' %} {% trans 'Add\Edit ERL Send to Nemesida WAF API checkbox' %} {% trans 'Add\Edit ERL NoBan checkbox' %} {% trans 'Add\Edit ERL Monitoring checkbox' %}
{% trans 'ERL add block title' %}
{% if erl.domain|length > 0 %}
{% trans 'Add\Edit ERL Domain input field' %}
{% for el in erl.domain %}
M
{% endfor %} {% endif %} {% if erl.url|length > 0 or erl.url_x|length > 0 %}
Path
{% for el in erl.url %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.url_x %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %} {% if erl.country|length > 0 %}
{% trans 'Add\Edit ERL Country input field' %}
{% for el in erl.country %}
M
{% endfor %} {% endif %} {% if erl.ip|length > 0 %}
IP
{% for el in erl.ip %}
M
{% endfor %} {% endif %} {% if erl.args|length > 0 or erl.args_x|length > 0 %}
ARGS
{% for el in erl.args %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.args_x %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %} {% if erl.body|length > 0 or erl.body_x|length > 0 %}
BODY
{% for el in erl.body %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.body_x %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %} {% if erl.ua|length > 0 or erl.ua_x|length > 0 %}
User-Agent
{% for el in erl.ua %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.ua_x %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %} {% if erl.no_ua == 'True' %}
{% trans 'Add\Edit ERL NoUA checkbox' %}
{% trans 'ERL NoUA activation' %}
{% endif %} {% if erl.cookie|length > 0 or erl.cookie_x|length > 0 %}
Cookie
{% for el in erl.cookie %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.cookie_x %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %} {% if erl.no_cookie == 'True' %}
{% trans 'Add\Edit ERL NoCookie checkbox' %}
{% endif %} {% if erl.block_tor == 'True' %}
{% trans 'Add\Edit ERL Block Tor checkbox' %}
{% trans 'ERL Block Tor activation' %}
{% endif %} {% if erl.block_proxy == 'True' %}
{% trans 'Add\Edit ERL Block Proxy checkbox' %}
{% trans 'ERL Block Proxy activation' %}
{% endif %} {% if erl.referer|length > 0 or erl.referer_x|length > 0 %}
Referer
{% for el in erl.referer %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.referer_x %}
M
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %} {% if erl.no_referer == 'True' %}
{% trans 'Add\Edit ERL NoReferer checkbox' %}
{% trans 'ERL NoReferer activation' %}
{% endif %} {% if erl.other_headers|length > 0 or erl.other_headers_x|length > 0 %}
{% trans 'Add\Edit ERL Other Headers input field' %}
{% for el in erl.other_headers %}
:
{% if el.value|length > 0 %} {% for val in el.value %}
{% endfor %} {% else %}
{% endif %}
{% trans 'ERL Regexp' %}
{% endfor %} {% for el in erl.other_headers_x %}
:
{% if el.value|length > 0 %} {% for val in el.value %}
{% endfor %} {% else %}
{% endif %}
{% trans 'ERL Regexp' %}
{% endfor %} {% endif %}
{% if erl.domain|length > 0 %} {% endif %} {% if erl.country|length > 0 %} {% endif %} {% if erl.ip|length > 0 %} {% endif %} {% if erl.url|length > 0 %} {% endif %} {% if erl.url_x|length > 0 %} {% endif %} {% if erl.args|length > 0 %} {% endif %} {% if erl.args_x|length > 0 %} {% endif %} {% if erl.body|length > 0 %} {% endif %} {% if erl.body_x|length > 0 %} {% endif %} {% if erl.ua|length > 0 %} {% endif %} {% if erl.ua_x|length > 0 %} {% endif %} {% if erl.cookie|length > 0 %} {% endif %} {% if erl.cookie_x|length > 0 %} {% endif %} {% if erl.no_cookie == 'True' %} {% endif %} {% if erl.no_ua == 'True' %} {% endif %} {% if erl.no_referer == 'True' %} {% endif %} {% if erl.block_tor == 'True' %} {% endif %} {% if erl.block_proxy == 'True' %} {% endif %} {% if erl.referer|length > 0 %} {% endif %} {% if erl.referer_x|length > 0 %} {% endif %} {% if erl.other_headers|length > 0 %} {% endif %} {% if erl.other_headers_x|length > 0 %} {% endif %}
{% endblock %}