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

Sales Contract

{% if sale_contract_list %}
{% comment %} {% endcomment %} {% for file in sale_contract_list %} {% comment %} {% endcomment %} {% endfor %}
SL No File Name LC/SC Type Value Date Style POTotal PriceAction
{{forloop.counter}} {{ file.0.file.file.name }} {{ file.0.get_document_type_display }} $ {{ file.0.value }} {{ file.0.date }} {% for item in file.1 %} {{item}}, {% endfor %} {% for item in file.2 %} {{item}}, {% endfor %} {{ file.0.file.file.value}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}