{% extends 'production/base.html' %} {% block title %}Home Page{% endblock %} {% block content %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

PRODUCED QUOTATION

{% if page_obj %} {% for quotation in page_obj %} {% endfor %} {% else %} {% endif %}
CODE STATUS SELLER CUSTOMER NAME CUSTOMER MOBILE CREATED AT ACTION
{{ quotation.qid }} {{ quotation.status }} {{ quotation.seller }} {{ quotation.customer_info.customer_name }} {{ quotation.customer_info.customer_mobile }} {{ quotation.created_at }} Details
No Produced Quotations Yet
{% for quotation in quotations %} {% endfor %}
{% endblock %}