+
+
+
+ {t('title')}
+
+
+ {t('subtitle', { window: coverage?.window ?? '24h' })}
+
+
+
+ {t(`state.${coverage?.status ?? 'no_data'}`)}
+
+
+
+
+ {rows.map(row => (
+
+
+ {row.label}
+
+
+ {row.value}
+
+
+ ))}
+
+
+
+ {t('reasonLabel')} {t(`reason.${coverageReasonKey(coverage?.reason)}`)}
+ {t('successRate')} {formatPercent(coverage?.verification_success_rate)}
+ {t('lastVerified')} {coverage?.last_verified_auto_at ?? '--'}
+
+
+