{% extends "overseer/base.html" %} {% load overseer_helpers %} {% block content %}
{{ service.get_status_display }}

{{ service.name }}

{% if service.description %}

{{ service.description }}

{% endif %}

{{ service.get_message }}

Recent Events

{% if event_list %}
{% else %}

There are no events recorded for this service.

{% endif %} {% endblock %}