{% block header %} {% endblock %}
{% if acl == "True" %}
{% else %}
{% endif %}
Dashboard
System
Processes
Logs {% if app.unread_values.logs and current_page != 'logs' %}
({{ app.unread_values.logs }})
{% endif %}
Exceptions {% if app.unread_values.exceptions and current_page != 'exceptions' %}
({{ app.unread_values.exceptions }})
{% endif %}
{% if acl == "True" and app.user %}
Settings
{% endif %}
{% block breadcrumb %} {% endblock breadcrumb %}
{% block filter %}{% endblock %} {% block content %} {% endblock %}
{% block js %} {% endblock %}