{% 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_view.html' %} {% if display_rules %}

{{ rstate|capitalize }} {{ table_title }}

You can see the rules for your information. However, you can not modify their expiration time or delete them.

{{ dashboard_table_head }} {{ dashboard_table_body }}
{% else %}

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

{% endif %} {% endblock %}