{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if notifications|length > 0 %}
Service
Notification
Recorded At
Priority
{% for notification in notifications %}
{{notification.service}}
{{notification.message}}
{{notification.created_at | datetimefilter}}
{{notification.priority}}
{% endfor %}
{% elif chiadog_running %}
No notifications from Chiadog yet... so check back soon.
Expect at least a summary notification once daily.
{% else %}
No notifications found and Chiadog monitoring is off.
Please configure "Settings | Alerts" and then Start Chiadog