{# Per-category wiki mini-chart grid (#540). One small card per visible category that has at least one classified task. The detailed view stays on /cat/.html (#572, partials/wiki_sections_by_project.html). Expects: - ``wiki_by_category``: list of {cat, sections, total} (already ordered) - ``wiki_by_category_total``: grand total across cards (for the header) #} {% if wiki_by_category %}
Tâches par section wiki — par catégorie {{ wiki_by_category_total }}
{% endif %}