No iterations found.
{% else %}| ID | Title | Status | Tasks | Phases | Tags |
|---|---|---|---|---|---|
| {{ row.iteration.id().short() }} | {{ row.iteration.title() }} | {% if row.iteration.status().to_string() == "active" %} active {% else if row.iteration.status().to_string() == "cancelled" %} cancelled {% else if row.iteration.status().to_string() == "completed" %} completed {% endif %} | {{ row.task_count }} | {{ row.phase_count }} | {% for tag in row.tags %} #{{ tag }}{{ " " }} {% endfor %} |