{% block head %}
{% block title %}FFF Monitoring{% endblock %}
{% endblock %}
Toggle navigation
FFF Monitoring
{# ([own_function, child1, child2], text) #} {%- for fkt, text in [(["index"], "Home"), (["router_map"], "Map"), (["router_list", "router_info"], "Routers"), (["global_statistics"], "Statistics"), ] %}
{{ text }}
{%- endfor %}
{%- block search %} {%- endblock %}
{%- block alerts %} {%- with messages = get_flashed_messages(with_categories=true) %} {%- if messages %} {%- for category, message in messages %}
×
{{ message|safe }}
{%- endfor %} {%- endif %} {%- endwith %} {%- endblock %} {%- block content %}{% endblock -%}