Open
{{ stats_open }}
{% extends "base.html" %} {% block title %}td — {{ project_name }}{% endblock %} {% block content %}
{{ stats_open }}
{{ stats_in_progress }}
{{ stats_closed }}
| # | ID | Score | Title |
|---|---|---|---|
| {{ i + 1 }} | {{ s.short_id }} |
{{ s.score }} | {{ s.title }} |
No tasks match the current filters.
{% else %}| ID | Status | Priority | Effort | Title |
|---|---|---|---|---|
{{ t.short_id }} |
{{ t.status }} | {{ t.priority }} | {{ t.effort }} | {{ t.title }} |