{% extends "./template.html" %} {% block content %} {% load static %}

{{ quote_or_invoice }}{{ quotes_results.quote_id }}

{% csrf_token %} {{ quote_information_form.media }}
{{ quote_information_form.quote_title }}
{{ quote_information_form.quote_terms }}
{{ quote_information_form.quote_stage_id }}
{{ quote_information_form.quote_valid_till }}
{{ quote_information_form.customer_notes }}
{{ quote_information_form.quote_billing_address }}
{% if quote_or_invoice == 'Quote' %} {% else %} {% endif %}

Quote Links

{% if quotes_results.project_id %} {% endif %} {% if quotes_results.task_id %} {% endif %} {% if quotes_results.organisation_id %} {% endif %} {% if quotes_results.customer_id %} {% endif %} {% if quotes_results.opportunity_id %} {% endif %}
Link Description
PRO{{ quotes_results.project_id.project_id }} {{ quotes_results.project_id }}
TASK{{ quotes_results.task_id.task_id }} {{ quotes_results.task_id }}
ORG{{ quotes_results.organisation_id.organisation_id }} {{ quotes_results.organisation_id }}
CUST{{ quotes_results.customer_id.customer_id }} {{ quotes_results.customer_id }}
OPP{{ quotes_results.opportunity_id.opportunity_id }} {{ quotes_results.opportunity_id.opportunity_name }}
{% if quotes_results.opportunity_id and cust_or_org_connected == False %}

Quote Issue

Please note - this current quote is not connected to either a customer or organisation. Please consider linking to either; {% endif %}
{% if permission > 1 %}

Responsible Customers

{% endif %}

Line Items

Email History

Loading...
{% if quote_template_results %}

Quote Preview

{% endif %} {% if permission >= 3 %}

Assigned Users

Loading...
Loading list...

Assigned Groups

Loading...
Loading list...
{% endif %} {% endblock %}