@if (health.result.error) {

{{ t("health.check_failed_with_error") }}: {{ health.result.error }}

} @else { @if (health.result.status === "down") { } @for (check of health.result.checks; track check.key) { @if (health.result.status === "down") { } }
{{ t("health.component") }} {{ t("general.status") }}{{ t("general.error") }}
{{ check.icon }} {{ t("health.components." + check.key) }} {{ t("health.statuses." + check.status) }}{{ check.error }}
}