{% 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 %}
URL
{% for el in erl.url %}
M
{% 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 %}
ARGS
{% for el in erl.args %}
M
{% endfor %} {% endif %} {% if erl.body|length > 0 %}
BODY
{% for el in erl.body %}
M
{% endfor %} {% endif %} {% if erl.ua|length > 0 %}
User-Agent
{% for el in erl.ua %}
M
{% endfor %} {% endif %} {% if erl.cookie|length > 0 %}
Cookie
{% for el in erl.cookie %}
M
{% endfor %} {% endif %} {% if erl.no_cookie == 'True' %}
{% trans 'Add\Edit ERL NoCookie checkbox' %}
{% endif %} {% if erl.referer|length > 0 %}
Referer
{% for el in erl.referer %}
M
{% endfor %} {% endif %} {% if erl.other_headers|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 %}
{% endfor %} {% endif %}
{% if erl.domain|length > 0 %} {% endif %} {% if erl.url|length > 0 %} {% endif %} {% if erl.country|length > 0 %} {% endif %} {% if erl.ip|length > 0 %} {% endif %} {% if erl.args|length > 0 %} {% endif %} {% if erl.body|length > 0 %} {% endif %} {% if erl.ua|length > 0 %} {% endif %} {% if erl.cookie|length > 0 %} {% endif %} {% if erl.no_cookie == 'True' %} {% endif %} {% if erl.referer|length > 0 %} {% endif %} {% if erl.other_headers|length > 0 %} {% endif %}
{% endblock %}