{% extends 'layouts/default.html' %} {% block title %}Flowspec{% endblock %} {% block content %} {% include 'pages/submenu_dashboard.html' %} {% if display_rules %}
{{ dashboard_table_head }} {{ dashboard_table_body }} {{ dashboard_table_foot }}
{% else %}

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

{% endif %} {% endblock %}