{% extends "base.html" %} {% block title %}{{ t("status.title") }}{% endblock %} {% block description %}{{ t("status.title") }}{% endblock %} {% block body %}

{{ t("status.title") }}

{{ t("status.all_ok") if all_ok else t("status.degraded") }}

{% for row in rows %} {% endfor %}
{{ t("status.component") }}{{ t("status.detail") }}
{{ row.label }} {{ row.word }} {{ row.detail }}

{{ t("status.checked") }}: {{ checked_at }} · AIM {{ version }}
{{ t("status.machines", url="/health") }}

{% endblock %}