{% extends "base.html" %} {% block title %}Starfleet — MoE Sovereign{% endblock %} {% block head_extra %}{% endblock %} {% block content %}
| {{ t(request, 'feature') }} | {{ t(request, 'status') }} | {{ t(request, 'source') }} | {{ t(request, 'action') }} |
|---|---|---|---|
| {{ meta.label }} {% if info.get('requires_restart') %} restart req. {% endif %} | {% if info.enabled %} ON {% else %} OFF {% endif %} |
{{ info.get('source', '—') }}
|
{{ mission_ctx.description }}
{% endif %} {% if mission_ctx.open_tasks %}{{ alert.node }}
{% endif %}
{% if alert.stale %}
(stale)
{% endif %}
{{ t(request, 'no_alerts') }}