{% extends "base.html" %} {% block content %}
Add New Task Export to CSV
{% for p in pics %} {% endfor %}
Clear Filters
{% if tasks %}

{{ tasks|length }} task(s) found

{% for task in tasks %} {% endfor %}
Task Description Status PIC Date Open Closed Date Actions
{{ task.task }} {{ task.description or '—' }} {{ task.status }} {{ task.pic }} {{ task.date_open }} {{ task.date_closed or '—' }} Edit
{% else %}
No tasks found matching the filters.
{% endif %} {% endblock %}