{% load static %} {% load i18n %}
{% with bl_dicts_count=key.bl_dicts_count %} {% for domain, count in bl_dicts_count.items %} {% endfor %}
{% trans 'Domains' context 'my_waf_bl title' %} {% trans 'IPs' context 'my_waf_bl title' %}
{% trans 'Applies to all domains' context 'my_waf_bl' %}
{% if key.bl_all_count %}{{ key.bl_all_count }}{% else %}0{% endif %}
{{ domain }}
{{ count }}
{% endwith %}