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

Branch

{% if branch_list %}
{% for item in branch_list %} {% endfor %}
SL Mother Organization Sister Organization Branch Action
{{forloop.counter}} {{ item.mother_organization}} {{ item.sister_organization}} {{ item.branch}}
{% else %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}