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