Dear Admin,

Please find the quote details below.

{% if confirm == True %} {% endif %}
Name : {% if quotation.customer %} {% if quotation.customer.first_name %} {{quotation.customer.first_name}} {{quotation.customer.last_name}} {% else %} {{quotation.customer.company_name}} {% endif %} {% else %} {% if quotation.lead.first_name %} {{quotation.lead.first_name}} {{quotation.lead.last_name}} {% else %} {{ quotation.lead.company_name }} {% endif %} {% endif %}
Email : {% if quotation.customer %} {{quotation.customer.email}} {% else %} {{ quotation.lead.email }} {% endif %}
Approve Quote by clicking

Approve Quote

Reject Quote by clicking

Reject Quote

Kind Regards,

Excitech Australia