{% from "partials/board/_row.html" import list_row %}
ID
Title
Status
Priority
Agents
Sprint
Repo
Deps
Updated
{% for g in groups %}
{{ g.status }} {{ g.count }}
{% if g.rows %}{% for c in g.rows %}{{ list_row(c) }}{% endfor %}{% else %}
No tickets in this group
{% endif %}
{% endfor %}