{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Sales Contract Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% comment %} {% if request.user.user_type == 'Mother_Organization_admin' %} {% include 'marchant_app/sample_section/index/mother_admin_index.html' %} {% endif %} {% if request.user.user_type == 'Sister_Organization_admin' %} {% include 'marchant_app/sample_section/index/sister_admin_index.html' %} {% endif %} {% if request.user and request.user.user_type != 'Sister_Organization_admin' and request.user.user_type != 'Mother_Organization_admin' and request.user.is_superuser != True %} {% include 'marchant_app/sample_section/index/merchant_admin.html' %} {% endif %} {% endcomment %} {% comment %} {% if lot_number_list %} {% endcomment %}

Sales Contract Index

{% comment %}
{% endcomment %}
{% if sales_contract %} {% for obj in sales_contract %} {% endfor %} {% else %} {% endif %}
SL No Budget Sales Contract No Style PO Value Document Type Action
{{forloop.counter}} {% for item in obj.1 %} {{item}} {% endfor %} {{obj.6.sales_contract_no}} {% for item in obj.2 %} {{item}}, {% endfor %} {% for item in obj.3 %} {{item}}, {% endfor %} {{obj.0}} {% for item in obj.4 %} {{item}}, {% endfor %}
No Data Is Found
{% if page_obj.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}