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

Group

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