{{ task.title }}
{% if task.description %}{{ task.description }}
{% endif %}Small steps
{% if task.subtasks %}-
{% for subtask in task.subtasks %}
- {% endfor %}
No small steps yet. Add the easiest first move.
{% endif %}Delete this task
This permanently removes the task and its small steps.