{# Global header pill summarising the latest verify run. Context: `verify_pill_status` (str: ok|warn|fail|stale|grey), `verify_pill_label` (str: timestamp or "never run"). #} {% if verify_pill_status == "ok" %} Verified {% elif verify_pill_status == "warn" %} Verify {% elif verify_pill_status == "fail" %} Verify {% elif verify_pill_status == "stale" %} Stale {% else %} Verify{% endif %}