{% extends "./template.html" %} {% block content %}
Project ID | Project Name | Organisation | Project Status | Project End Date |
PRO{{ row.project_id }} | {{ row.project_name }} | {{ row.organisation_id.organisation_name }} | {{ row.project_status }} | {{ row.project_end_date }} |
Task ID | Task Description | Organisation | Task Status | Task End Date |
TASK{{ row.task_id }} | {{ row.task_short_description }} | {{ row.organisation_id.organisation_name }} | {{ row.task_status }} | {{ row.task_end_date }} |
Opportunity ID | Opportunity Name | Opportunity Stage | Expected Close Date |
OPP{{ row.opportunity_id }} | {{ row.opportunity_name }} | {{ row.opportunity_stage }} | {{ row.opportunity_expected_close_date }} |
Requirement ID | Requirement Name | Requirement Type |
REQ{{ row.requirement_id }} | {{ row.requirement_title }} | {{ row.requirement_type }} |
RFC ID | RFC Title | RFC Status |
RFC{{ row.rfc_id }} | RFC{{ row.rfc_title }} | RFC{{ row.rfc_status }} |