Triage Queue
{% if not report.enabled %}Triage is not enabled. Add a triage: block to the
config (and optionally assignment_strategy: priority) to rank the queue.
Items remaining
{{ report.n_items }}
Flagged
{{ report.n_flagged }}
| # | Instance | Priority | Reason | Annotations | Assigned |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ it.id }} | {{ '%g'|format(it.priority) }} | {% if it.reason %}{{ it.reason }} {% else %}—{% endif %} | {{ it.annotations }} | {% if it.assigned %}yes{% else %}no{% endif %} |
No items in the queue.
{% endif %}