{% extends "admin_base.html" %} {% block extra_head %} {{ super() }} {% endblock %} {% block admin_content %}

Services

{{ services|length }} services
{% for svc in services %} {% else %} {% endfor %}
Background services
Service Status Uptime Last run Next run Interval Actions
{{ svc.title }} {% if svc.description %}
{{ svc.description }}
{% endif %}
{{ svc.status }} {{ svc.uptime or "-" }} {% if svc.last_run %}{{ format_date(svc.last_run, include_time=True) }}{% else %}-{% endif %} {% if svc.next_run %}{{ format_date(svc.next_run, include_time=True) }}{% else %}-{% endif %} every {{ svc.interval_seconds }}s Manage →
No services registered.
{% endblock %} {% block extra_js %} {% endblock %}