{% macro task_section(project_name, section, all_labels, redirect_url) %}
{% if section.tasks.is_empty() %}No tasks match the current filters.
{% else %}| ID{{ section.sort_ctx.arrow("id") }} | Type{{ section.sort_ctx.arrow("type") }} | Priority{{ section.sort_ctx.arrow("priority") }} | Effort{{ section.sort_ctx.arrow("effort") }} | Title{{ section.sort_ctx.arrow("title") }} | Labels | Created{{ section.sort_ctx.arrow("created") }} | Change status |
|---|---|---|---|---|---|---|---|
{{ t.short_id }} |
{{ t.task_type }} | {{ t.priority }} | {{ t.effort }} | {{ t.title }} | {% for l in t.labels %}{% if !loop.first %}, {% endif %}{{ l }}{% endfor %} |
|