{% extends "base.html" %} {% block content %}
{% if tasks %}{{ tasks|length }} task(s) found
| 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 |