{% 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 %}
        {{- journal -}}
    
{% endif %} {% endblock %}