{% extends 'root/base.html' %} {% load static %} {% block title %} RFQ {% endblock %} {% block maincontent %}

RFQ Details


{% csrf_token %}


{% if count > 0 %}
Total number of results found :{{count}}
{% elif count == 0 %}
No Results Found
{% endif %} {% if sc_header_item_details %}
{% for header_item in sc_header_item_details %} {% endfor %}
Select SC Number Description Supplier ID Company Code Delivery Date Unit Quantity Product Category
{{ header_item.0 }} {{ header_item.1 }} {{ header_item.2 }} {{ header_item.3 }} {{ header_item.4|date:'d-m-Y' }} {{ header_item.5 }} {{ header_item.6 }} {{ header_item.7 }}
{% endif %}
{% endblock %}