{% extends "base.html" %} {% block content %}
Comprehensive overview and analysis of all engineering tasks
No data
{% endfor %}No data
{% endfor %}No data
{% endfor %}| Title | Type | Department | Status | Priority | Assigned To | Due Date | Progress | |
|---|---|---|---|---|---|---|---|---|
|
{{ task.title }}
#{{ task.id }} |
{{ task.task_type or "General" }} | {{ task.department or "Unassigned" }} | {% if task.status == 'New Request' %}📋{% elif task.status == 'Assigned' %}🔧{% elif task.status == 'Design' %}📐{% elif task.status == 'Material Planning' %}📦{% elif task.status == 'In Progress' %}⚙️{% elif task.status == 'QA/Review' %}✅{% elif task.status == 'Completed' %}🚀{% elif task.status == 'Blocked' %}🛑{% endif %} {{ task.status }} | {{ task.priority }} | {{ task.assigned_to or "Unassigned" }} | {% if task.due_date %} {{ task.due_date.strftime('%d %b %Y') }} {% if task.is_overdue %} {% endif %} {% else %} Not set {% endif %} |
|
|
| No tasks found matching the criteria | ||||||||