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

Buying Commission BTB LCS

{% if agent_commission_lcs %} {% for item in agent_commission_lcs %} {% endfor %} {% else %} {% endif %}
SL File Budget Agent Value Mode of Payment Remarks Action
{{forloop.counter}} {{ item.file }} {{ item.file_budget }} {{ item.agent }} $ {{ item.value }} {{ item.get_payment_mode_display }} {{ item.remarks|default:"N/A" }}
Data is not found
{% if file_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}