Quotations
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
| Quotation # | Customer | Phone / Email | Total | Status | Date Created |
Action |
|---|---|---|---|---|---|---|
| {{ i.id }} | {{ i.customer.first_name }} {{ i.customer.last_name }} |
{{ i.customer.phone_no }} {{ i.customer.email }} |
${{ i.total }} | {% if i.status == 'Pending' %} {{ i.status }} {% else %} {{ i.status }} {% endif %} | {{ i.created_at|date:"SHORT_DATE_FORMAT" }} |