{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Advance Payment Receiving {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Advance Payment Receiving

{% if obj_list %} {% for obj in obj_list %} {% if obj.relevent_document %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL Order Amount Relevant Document Remarks Action
{{forloop.counter}} {{ obj.order }} ${{ obj.amount }}View DocumentNo Relevant Document{{ obj.remarks }}
Data is not found
{% if obj_list.has_other_pages %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}