{% extends "base.html" %} {% block content %}
Alerts: Recent Notifications
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% for farmer in farmers %} {% endfor %}
{% if notifications.rows|length > 0 %}
{% for notification in notifications.rows %} {% endfor %}
Worker Blockchain Service Notification Recorded At Priority
{{notification.worker}} {{notification.blockchain}} {{notification.service}} {{notification.message}} {{notification.created_at | datetimefilter}} {{notification.priority}}
{% else %}
No notifications from Chiadog yet... so check back soon.
Expect at least a summary notification once daily as long as running above.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}