{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if request.user.is_superuser == True %}
{% comment %}

All Mother Organization Information

{% endcomment %}
{% if group_info %}
{% for item in group_info %} {% endfor %}
{% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}