{% if task.status == "TODO" %}

{{ task.status }}

{{ task.name }}

{{ task.description | truncatewords:10 }}