{% extends 'layouts/default.html' %} {% from 'macros.html' import build_ip_tbody, build_rtbh_tbody, build_rules_thead %} {% block title %}Flowspec{% endblock %} {% block content %} {% include 'pages/submenu_dashboard.html' %} {% if display_editable %}

{{ rstate|capitalize }} {{ table_title }} that you can modify

{{ dashboard_table_editable_head }} {{ dashboard_table_editable }} {{ dashboard_table_foot }}
{% else %}

There are no {{ rstate|capitalize }} {{ table_title }}.

{% endif %} {% if display_readonly %}

{{ rstate|capitalize }} {{ table_title }} that are read-only for you

Those rules somehow including your network ranges. You can see them all for your information. However, you can not modify their expiration time or delete them.

{{ dashboard_table_readonly_head }} {{ dashboard_table_readonly }}
{% else %}

There are no read only {{ rstate }} {{ table_title }}.

{% endif %} {% endblock %}