{% extends 'NearBeach/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 %} |
Subject | Date | Sent By |
{% if email_permission > 1 %} {{ row.email_subject }} {% else %} {{ row.email_subject }} {% endif %} | {{ row.date_created }} | {{ row.change_user }} |
Task Id | Short Description | End Date |
Task - {{ row.task_id.task_id }} | {{ row.task_id }} | {{ row.task_id.task_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 }} |
Customer Name | Rating | Link |
{{ kudos.customer.customer_first_name }} {{ kudos.customer.customer_last_name }} | {{ kudos.kudos_rating }} | Link |