{% extends 'layouts/default.html' %} {% block title %}Flowspec Organizations{% endblock %} {% block content %}
RTBH All Count Flowspec4 All Count Flowspec6 All Count
{{ rtbh_all_count }} / {{ rtbh_limit }} {{ flowspec4_all_count }} / {{ flowspec4_limit }} {{ flowspec6_all_count }} / {{ flowspec6_limit }}
{% for org in orgs %} {% endfor %}
Name Limit for rules Adress Ranges action
{{ org.name }} IPv4: {{ org.limit_flowspec4 | unlimited }} / {{ flowspec4_counts[org.id] | default(0) }}
IPv6: {{ org.limit_flowspec6 | unlimited }} / {{ flowspec6_counts[org.id] | default(0) }}
RTBH: {{ org.limit_rtbh | unlimited }} / {{ rtbh_counts[org.id] | default(0) }}
{% set rows = org.arange.split() %}
    {% for row in rows %}
  • {{ row }}
  • {% endfor %}
{% endblock %}