{% extends "base.html" %} {% block content %}
Tasks assigned to you
No tasks
{% endfor %}No tasks
{% endfor %}No tasks
{% endfor %}| Task | Type | Status | Priority | Due Date | Progress | |
|---|---|---|---|---|---|---|
|
{{ task.title }}
{{ task.task_type or "General" }} |
{{ task.task_type or "General" }} | {{ task.status }} | {{ task.priority }} | {% if task.due_date %} {{ task.due_date.strftime('%d %b %Y') }} {% if task.is_overdue %} {% endif %} {% else %} Not set {% endif %} |
|
|
| No tasks assigned to you yet. | ||||||