{% comment %} Shared threshold status badge for metric cards. Variables: threshold: dict with .met (bool) and .bound (str), optional {% endcomment %} {% if threshold %}
{% if threshold.met %}met threshold{% else %}threshold not met{% endif %} ยท {{ threshold.bound }}
{% endif %}