{% load i18n %} {% load static %}
{% for key in lic_keys %}
{% trans 'MLC label column title' %}
{% trans 'MLC values column title' %}
{% if key.tarif != 'Light' %}

{% trans 'Models management' %}

{{ key.vhost_list }}
{% for model in key.models %}
{{ model.name }}
{% endfor %}
{% include 'my_waf/models_list_modal.html' %}
{% endif %}

{% trans 'DDoS settings' %}

{{ key.ddos__wl_ip }}
{{ key.ddos__wl_url }}

{% trans 'Brute-force/Flood settings' %}

{{ key.brute__bf_detect_text|safe }}
{{ key.brute__wl_host }}
{{ key.brute__wl_ip }}
{{ key.brute__brute_detect }}
{{ key.brute__flood_detect }}
{% if key.tarif != 'Light' %}

{% trans 'Other settings' %}

{{ key.openapi__vhosts_list }}
{% endif %}
{% endfor %}