{% extends 'layouts/default.html' %} {% from 'macros.html' import build_ip_tbody, build_rtbh_tbody, build_rules_thead %} {% from 'pagination_macro.html' import render_pagination %} {% 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 }}
{# Pagination controls #} {{ render_pagination(pagination, rtype, rstate, sort_key, sort_order, search_query, per_page, per_page_options) }} {% else %}

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

{% endif %} {% endblock %}