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

Fabricated Contract

{% for btb in dummy_btbs %} {% endfor %}
SL No Goods Description Supplier Tenor LC No LC Date BTB Value Action
{{forloop.counter}} {{ btb.good_description }} {{ btb.supplier }} {{ btb.tenor }} {{ btb.lc_no}} {{ btb.lc_date }} {{ btb.total_value }}
    {% comment %}
  • {% endcomment %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}