{% extends 'layouts/default.html' %} {% from 'pagination_macro.html' import render_pagination %} {% block title %}Flowspec{% endblock %} {% block content %} {% include 'pages/submenu_dashboard.html' %} {% if display_rules %}
{{ dashboard_table_head }} {{ dashboard_table_body }} {{ dashboard_table_foot }}
{# 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 %}