#{{ item.id }} {{ item.title }}
{% if item.source_file %}source: {{ item.source_file }}{% if item.source_lines %}:{{ item.source_lines }}{% endif %}
{% endif %} {% if item.description %}Resolution
{{ item.resolution | render_markdown }}Checkpoints {{ _done }}/{{ _total }}
{% if _total %}-
{% for cp in item.checkpoints %}
- {{ cp.status }} {{ cp.text }} {% if is_gate(cp.kind) %} gate: {{ cp.kind }} {% endif %} {% endfor %}
No checkpoints.
{% endif %}Notes
{% if item.notes %}-
{% for n in item.notes %}
-
{{ n.note | render_markdown }}
{% endfor %}
No notes.
{% endif %}