{% extends "base.html" %} {% block content %}
{{ service.description }}
{% if start_date %}Time | Status | Message | ||
---|---|---|---|---|
{{ e.start|timesince }} ago | {% if e.informational %}![]() |
{{ e.message }} | {% else %}{{ e.message }} | {% endif %}
No events here! The service was up and running for this time range.
{% else %}No strange events, this service is up and running smoothly.
{% endif %}