{% extends "../template.html" %} {% block content %} {% load static %}
Customer First Name | Customer Last Name | Organisation | {% if opportunity_permission == 4 %}{% endif %} |
{{ row.customer_first_name }} | {{ row.customer_last_name }} | {{ row.organisation_id }} | {% if opportunity_permission == 4 %}Delete | {% endif %}
Organisation Name | Organisation Website | Organisation Email | {% if opportunity_permission == 4 %}{% endif %} |
{{ row.organisation_name }} | {{ row.organisation_website }} | {{ row.organisation_email }} | {% if opportunity_permission == 4 %}Delete | {% endif %}
{{ row.to_do }} |
Subject | Date | Sent By | |
{{ row.email_subject }} | {% else %}{{ row.email_subject }} | {% endif %}{{ row.date_created }} | {{ row.change_user }} |
Requirement ID | Requirement Title | Requirement Status |
REQ{{ row.requirement_id }} | {{ row.requirement_title }} | {{ row.requirement_status }} |
Project ID | Project Name | Project End Date | Project Status |
PRO{{ row.project_id }} | {{ row.project_name }} | {{ row.project_end_date }} | {{ row.project_status }} |
There are no associated projects. Please create a new project
{% endif %}Task ID | Task Name | Task End Date | Task Status |
TASK{{ row.task_id }} | {{ row.task_short_description }} | {{ row.task_end_date }} | {{ row.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 }} |
Username | First Name | Last name |
{{ row.assigned_user.username }} | {{ row.assigned_user.first_name }} | {{ row.assigned_user.last_name }} |
Assigned Group Name |
{{ row.group_id }} |