{% load static %} {% for task in tasks %} {% endfor %}
Name Status Priority Date Due Actions
{{ task.name }} {{ task.status }} {{ task.priority }} {{ task.start_date }}
{% if tasks|length == 0 %}
No Tasks found
{% endif %}