{% load i18n %} {% load static %}
{% for key in lic_keys %}
{% trans 'MLC label column title' %}
{% trans 'MLC values column title' %}
{% if key.tarif != 'Light' %}
{{ key.vhost_list }}
{% for model in key.models %}
{% if model.complete == 'none' %}
{% elif model.complete == 'True' %}
{% else %}
{% endif %} {{ model.name }}
{% endfor %}
{% include 'my_waf/models_list_modal.html' %}
{{ key.openapi__vhosts_list }}
{% endif %}
{{ key.ddos__wl_ip }}
{{ key.ddos__wl_url }}
{{ key.brute__bf_detect_text|safe }}
{{ key.brute__wl_host }}
{{ key.brute__wl_ip }}
{{ key.brute__brute_detect }}
{{ key.brute__flood_detect }}
{% endfor %}