|
{{quotation.id}} ({{quotation.latest_version}})
|
{% if quotation.customer %}
{{ quotation.customer }}(Customer)
{% else %}
{{ quotation.lead }}(Lead)
{% endif %}
|
{{quotation.total_amount}}
|
{% if quotation.get_status_display == 'Accepted' %} Approved {% elif quotation.get_status_display == 'Admin Approved' and quotation.sent_mail_admin == 1 %} Approved Admin {% elif quotation.get_status_display == 'Rejected' and quotation.sent_mail_admin == 1 %} Rejected {% elif quotation.sent_mail_admin == 1 and quotation.admin_response_mail != 1 %} Pending Admin Approval {% elif quotation.get_status_display == 'Sented' %} Pending Approval {% elif quotation.get_status_display == 'Converted Invoice'%} Invoiced {% elif quotation.get_status_display == 'Accepted' %} Approved {% else %} {{quotation.get_status_display}} {% endif %}
|
{% if quotation.pdf_file %}
{% endif %}
|
{% empty %}