{% extends "./template.html" %} {% block content %} {% load static %}
| Project ID | Project Name | Project End Date | Project Status |
| PRO{{ row.project_id.project_id }} | {{ row.project_id.project_name }} | {{ row.project_id.project_end_date }} | {{ row.project_id.project_status }} |
There are no associated projects. Please create a new project
{% endif %}| Task ID | Project Name | Project End Date | Project Status |
| TASK{{ row.tasks_id.tasks_id }} | {{ row.tasks_id.task_short_description }} | {{ row.tasks_id.task_end_date }} | {{ row.tasks_id.task_status }} |
There are no associated tasks. Please create a new task
{% endif %}| Quote Title | Valid Till | Quote Stage |
| {{ row.quote_title }} | {{ row.quote_valid_till }} | {{ row.quote_stage_id }} |