{% extends "base.html" %}
{% block content %}
Worker | Service | Notification | Recorded At | Priority |
---|---|---|---|---|
{{notification.hostname}} | {{notification.service}} | {{notification.message}} | {{notification.created_at | datetimefilter}} | {{notification.priority}} |