{% block extra_head %}{% endblock %}
Spam
Gate
Recent Messages
Search
Quarantine
Lists
{% if current_user.is_superadmin %}
Domains
Reports
Audit Log
Settings
{% endif %} {% if current_user.is_superadmin or current_user.is_domain_admin %}
Users
{% endif %}
{% if current_user and current_user.is_authenticated %}
{{ current_user.username }}
Change Password
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% set alert_class = { 'success': 'alert-success', 'danger': 'alert-danger', 'warning': 'alert-warning', 'info': 'alert-info', 'error': 'alert-danger' }.get(category, 'alert-info') %}
{% if category in ('success',) %}
{% elif category in ('danger', 'error') %}
{% elif category == 'warning' %}
{% else %}
{% endif %} {{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}