{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} BTB Amendments Create {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if request.user.is_superuser == True or user_obj.user_type == 'dept_admin' %}
{% csrf_token %}
Add New BTB Amendments
{{form.btb_lc|as_crispy_field}}
{{form.date|as_crispy_field}}
{{form.remarks|as_crispy_field}}
{{form.amendment_document|as_crispy_field}}
SL No New PI Old PI Value New Parent Order Old Parent Order New Finance Order Old Finance Order
No Data Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}