Linked
{% if parent_id or children or depends or blocks %} {% if parent_id %} parent {{ parent_id }} {% endif %} {% for c in children %} child {{ c.id }} · {{ c.kind or 'task' }} · {{ c.status }} {% endfor %} {% for d in depends %} depends on {{ d }} {% endfor %} {% for b in blocks %} blocks {{ b }} {% endfor %} {% else %}
No linked tickets
{% endif %}