+ {t(`checks.${check.key}`)} +
++ {check.summary} +
+ {check.detail ? ( ++ {check.detail} +
+ ) : null} + {check.checkedAt ? ( ++ {t("checkedAt", { value: check.checkedAt })} +
+ ) : null} ++ {t("eyebrow")} +
++ {t("description")} +
++ {t("overall")} +
++ {error} +
+ ) : null} ++ {t("summary.description")} +
+
+ {snapshot.diagnosticSummary.text}
+
+ + {check.summary} +
+ {check.detail ? ( ++ {check.detail} +
+ ) : null} + {check.checkedAt ? ( ++ {t("checkedAt", { value: check.checkedAt })} +
+ ) : null} +