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