{% load staticfiles %} {% if task_list %} {% for task in task_list %} {% if task.is_done %} {% else %} {% endif %} {% endfor %}
StatusDue dateDescriptionCreated
{{ task.due_date|date:"Y-m-d" }}   {{ task.task_text|linebreaks }} {{ task.created_date|date:"Y-m-d" }}  
{% else %}

No tasks are available.

{% endif %}