{% block js %} {% endblock js %}
Toggle navigation
{{config.BRAND_TITLE}}
{{config.BRAND_SUBTITLE}}
Summary
Problems
Reports
Statistics
Today
Yesterday
Last week
Last month
Last year
{% if g.user.admin %}
Dumpdirs
{% endif %}
{% if config['OPENID_ENABLED'] %}
{% if g.user %}
Logout {{ g.user.username }}
{% else %}
Login
{% endif %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block body %}{% endblock %}
{%- if config['FEDMENU_URL'] and config['FEDMENU_DATA_URL'] %} {%- endif %}