{% extends '../template.html' %} {% block content %} {% load humanize %} {% load static %}
| To Do Item | Status | Closed by |
| {{ row.to_do }} | {% if row.to_do_completed %} Completed {% else %} Not Completed {% endif %} | {% if row.to_do_completed %} {{ row.change_user }} {% endif %} |
| Requirement ID | Requirement Description |
| REQ{{ requirement.requirement_id }} | {{ requirement.requirement_title }} |
| Requirement Item ID | Requirement Item Description |
| ITM{{ requirement_item.requirement_item_id }} | {{ requirement_item.requirement_item_title }} |
| Subject | Date | Sent By |
| {% if email_permission > 1 %} {{ row.email_subject }} {% else %} {{ row.email_subject }} {% endif %} | {{ row.date_created }} | {{ row.change_user }} |
| Project Id | Short Description | End Date |
| Project - {{ row.project_id.project_id }} | {{ row.project_id }} | {{ row.project_id.project_end_date }} |
| Customer Name | Customer Description | Customer Email |
| {{ row.customer_id.customer_first_name }} {{ row.customer_id.customer_last_name }} | {{ row.customer_description }} | {{ row.customer_id.customer_email }} |
| Item | Cost | Running Total |
| {{ row.cost_description }} | {{ row.cost_amount|intcomma }} | --filled-by-javascript-- |
| GRAND TOTAL | --fill out-- |
| Quote Title | Valid Till | Quote Stage |
| {{ row.quote_title }} | {{ row.quote_valid_till }} | {{ row.quote_stage_id }} |
| Bug ID | Bug Client | Bug Description | Bug Status | {% if bug_permission == 4 %}Remove Bug | {% endif %}
| {{ row.bug_code }} | {{ row.bug_client }} | {{ row.bug_description }} | {{ row.bug_status }} | {% if bug_permission == 4 %}Remove Bug | {% endif %}
| 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 }} |