Dashboard
{{ done_tasks }}/{{ total_tasks }} tasks complete ({{ overall_percent }}%)
{% for status, count in status_counts.items() %}
{{ status }}: {{ count }}
{% endfor %}
{% if not groups %}
No specs found. Run spec-view init to get started.
{% endif %}