{% extends "base.html" %} {% block title %}Backlog — Grimoire{% endblock %} {% block nav_backlog %}active{% endblock %} {% block content %} {# ── Header ────────────────────────────────────────────────────────── #}
{{ total_items }} item{{ 's' if total_items != 1 else '' }} across {{ repos_with_items }} repo{{ 's' if repos_with_items != 1 else '' }} {% if tier_counts %} — {% if tier_counts.get('critical', 0) %}{{ tier_counts.critical }} critical{% endif %} {% if tier_counts.get('critical', 0) and tier_counts.get('high', 0) %} · {% endif %} {% if tier_counts.get('high', 0) %}{{ tier_counts.high }} high{% endif %} {% if (tier_counts.get('critical', 0) or tier_counts.get('high', 0)) and (tier_counts.get('medium', 0) + tier_counts.get('low', 0)) %} · {% endif %} {% if tier_counts.get('medium', 0) + tier_counts.get('low', 0) %}{{ tier_counts.get('medium', 0) + tier_counts.get('low', 0) }} other{% endif %} {% endif %}
No problems found — all repos are healthy!