{% extends "base.html" %} {% block body %} {% if error %}
{{ error }}
{% else %} {% if status %}{{ name }} is in the {{ status }} status.
{% endif %} {% if not status %}The service {{ name }} had no status.
{% endif %}{{line.timestamp_realtime}} |
Nothing has been logged yet… |