In progress
{{ stats_in_progress }}
{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ project_name }} — td{% endblock %} {% block content %}
In progress
{{ stats_in_progress }}
Open
{{ stats_open }}
Closed
{{ stats_closed }}
Open
{{ stats_open }}
In progress
{{ stats_in_progress }}
Closed
{{ stats_closed }}
| # | ID | Score | Title | Labels | Change status |
|---|---|---|---|---|---|
| {{ i + 1 }} | {{ s.short_id }} |
{{ s.score }} | {{ s.title }} | {% for l in s.labels %}{% if !loop.first %}, {% endif %}{{ l }}{% endfor %} |
|