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

FDBC Index

{% if obj_list %} {% for obj in obj_list %} {% endfor %} {% else %} {% endif %}
SL FDBC Action
{{forloop.counter}} {{ obj.fdbc }}
    {% comment %}
  • {% endcomment %}
Data is not found
{% if obj_list.has_other_pages %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}