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

Fabricated Contract

{% if contract_list %}
{% for contract in contract_list %} {% endfor %}
SL No File Contract Value Team Remarks Date Action
{{forloop.counter}} {{ contract.file }} {{ contract.contract_no }} {{ contract.contract_value }} {{ contract.team }} {{ contract.remarks }} {{ contract.created_date }}
  • {% comment %}
  • {% endcomment %}
{% if contract_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}