{% extends "overseer/base.html" %} {% load overseer_helpers %} {% block content %}
{{ service.get_status_display }} |
{{ service.name }}{% if service.description %}{{ service.description }} {% endif %}{{ service.get_message }} |
There are no events recorded for this service.
{% endif %} {% endblock %}