Open
{{ stats_open }}
{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ project_name }} — td{% endblock %} {% block content %}
Open
{{ stats_open }}
In progress
{{ stats_in_progress }}
Closed
{{ stats_closed }}
| # | ID | Score | Title | Change status |
|---|---|---|---|---|
| {{ i + 1 }} | {{ s.short_id }} |
{{ s.score }} | {{ s.title }} |
|
No tasks match the current filters.
{% else %} {% call macros::sortable_task_table(project_name, page_tasks, "Task list for project", sort_ctx) %}{% endcall %} {% if total_pages > 1 %} {% endif %} {% endif %}