+ {[
+ [t("policy.controlledApply"), policy.low_medium_high_controlled_apply_enabled ? t("values.on") : t("values.off")],
+ [t("policy.ownerReview"), policy.owner_review_required_for_low_medium_high ? t("values.required") : t("values.notRequired")],
+ [t("policy.critical"), policy.critical_break_glass_required ? t("values.required") : t("values.off")],
+ [t("policy.runtime"), rollups.runtime_dispatch_performed ? t("values.performed") : t("values.notPerformed")],
+ [t("policy.queue"), String(context.next_action_queue?.length ?? 0)],
+ [t("policy.evidence"), String(context.evidence_chain?.length ?? 0)],
+ ].map(([label, value]) => (
+
+
{label}
+
+ {value}
+
+
+ ))}
+