{# Pipeline health metrics (5 read-only stat cards). Extracted from companies/index.html so the SSE-driven companies.health_fragment route can re-render it live when a background ATS scan / slug probe / linkage / hygiene job changes the underlying counts. Required context: health (dict) — see _compute_health_metrics. #} {% if health %}
{{ health.pending_probe }}
Pending Probe
{{ health.homepage_pct }}%
Have Homepage
{{ health.enrichment_pct }}%
Enriched
{{ health.unlinked_jobs }}
Unlinked Jobs
{% if health.last_scan_age_days is not none %}{{ health.last_scan_age_days }}d{% else %}—{% endif %}
Since Last Scan
{% endif %}