{% extends 'NearBeach/template.html' %} {% block content %} {% load humanize %} {% load static %}
Campus Nickname | Campus Location | Campus Address |
{{ campus.campus_nickname }} | {{ campus.campus_country_id }} - {{ campus.campus_region_id }} | {{ campus.campus_address1 }} {{ campus.campus_address2 }} {{ campus.campus_address3 }}{{ campus.campus_suburb }} |
Name | |
{{ customer.customer_first_name }} {{ customer.customer_last_name }} | {{ customer.customer_email }} |
Subject | Date | Sent By |
{{ row.email_subject }} | {{ row.date_created }} | {{ row.change_user }} |
Quote Title | Valid Till | Quote Stage |
{{ row.quote_title }} | {{ row.quote_valid_till }} | {{ row.quote_stage_id }} |
Project ID | Project Name | Project End Date | Project Status |
PRO{{ row.project_id }} | {{ row.project_name }} | {{ row.project_end_date }} | {{ row.project_status }} |
Sorry. There are currently no projects for this customer
{% 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 }} |
Sorry. There are currently no tasks for this customer.
{% endif %}Opportunity Name | Customer | Opportunity Stage | Opportunity End Date | |
{{ row.opportunity_name }} | {% if row.customer_id.customer_id %}{{ row.customer_id }} | {% else %}- | {% endif %}{{ row.opportunity_stage_id }} | {{ row.opportunity_expected_close_date }} |