{% extends 'root/base.html' %} {% load static %} {% block title %} Majjaka eProcure - Purchaser Cockpit {% endblock %} {% block maincontent %}

Shopping Assist

{% csrf_token %}

{% if count > 0 %}
Total number of results found: {{ count }}
{% else %}
No results found.
{% endif %}
{% for hdr,encrypted_guid in sc_header_details %} {{hdr.first_name}} {% endfor %}
Cart Name
SC Number
Total Value
Created On
Created By
{{hdr.total_value}} {{ hdr.currency }}
{{hdr.created_at}}
{{hdr.created_by}}
{% endblock %}