{% 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.

This might mean that the service is not enabled or installed on your system.

{% endif %}
{% for line in journal %} {% else %} {% endfor %}
{{line.timestamp_realtime}} {{line.message}}
Nothing has been logged yet…
{% endif %} {% endblock %}