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

{{ task.status }}

{{ task.name }}

{{ task.description | truncatechars:40 }}