{% comment %} Expiry forecast chart using Bootstrap progress bars. Context: forecast_bars - list of dicts with keys: label, count, pct, color {% endcomment %} {% load static %} {% if forecast_bars %} {% for bar in forecast_bars %}
{{ bar.label }}
{% if bar.pct > 15 %}{{ bar.count }}{% endif %}
{% if bar.pct <= 15 %}{{ bar.count }}{% endif %}
{% endfor %} {% else %}

No certificates expiring in the next 12 months.

{% endif %}