{% extends 'root/base.html' %} {% load static %} {% block title %} Details of the Document {% endblock %} {% block maincontent %} {% if hdr_det.0.status == 'SAVED' %}
Display Shopping Cart

Please check your shopping cart details before you send it for approval.

{% endif %}

Shopping Cart #{{hdr_det.0.doc_number}}

{% if sc_appr and sc_completion %} {% endif %} {% if sc_appr.0.app_id != 'Auto' and not sc_completion %} {% endif %} {% if sc_appr.0.app_id == 'Auto' and not sc_completion %} {% endif %} {% if sc_header_data.status == 'SAVED'%} {% endif %}
{% if is_approval_preview %} {% if eligible_approver_flag %}
{% endif %} {% endif %}
{% for hdr in hdr_det %}
Document Name
{{ hdr.description }}
Document Number
{{ hdr.doc_number }}
Created On
{{ hdr.created_at }}
Created By
{{ requester_first_name }}
Status
{% if hdr.status == 'APPROVED' %} APPROVED {% elif hdr.status == 'SAVED' %} SAVED {% elif hdr.status == 'REJECTED' %} REJECTED {% elif hdr.status == 'PURCHASER_WORKLIST' %} IN PURCHASER's WORK LIST {% elif hdr.status == 'AWAITING_APPROVAL' %} WAITING FOR APPROVAL {% endif %} {{po_header_details.0.created_at}}
{% endfor %}
{% include 'Ship To Bill To Address/display_address_card.html' %}
{% include 'Account Assignment/account_assignment_display_card.html' %}

Cart Overview

{% for items in itm_det %} {% if items.call_off != '04' %} {% endif %} {% endfor %}
{% include 'Doc_Details/my_order_item_detail.html' %}

Approval Process Overview

{% include 'Workflow/manager_detail.html' %}
{% include 'Account Assignment/change_account_assignment_modal.html' %} {% include 'Ship To Bill To Address/change_shipping_address_modal.html' %} {% include 'Shopping_Cart/change_goods_receiver_modal/change_goods_receiver.html' %} {% include 'Ship To Bill To Address/edit_shipping_address.html' %} {% include 'Workflow/manager_detail_modal.html' %} {{ item_detail_list |json_script:"item_detail_list" }} {% endblock %}