{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Purchase 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 %} {% if booking_list %}
{% comment %}
{% endcomment %}
{% for booking in booking_list %} {% comment %} {% endcomment %} {% endfor %} {% else %} {% endif %}
SL No Booking Number Item Supplier Quantity Action
{{forloop.counter}} {{ booking.item.booking_number }} {{ booking.item }} {{ booking.item.supplier}} {{ booking.quantity }} {{ booking.value|floatformat:3 }}
No data is found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}