{% extends "base.html" %} {% block content %}
Notifications: Chiadog Alerts
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% if not chiadog_running %}
{% else %}
{% endif %}
{% if notifications|length > 0 %}
{% for notification in notifications %} {% endfor %}
Service Notification Recorded At Priority
{{notification.service}} {{notification.message}} {{notification.created_at | datetimefilter}} {{notification.priority}}
{% 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
{% endif %} {% endblock %}