{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if request.user.user_type == 'Mother_Organization_admin' %}
Responsive image
{% comment %}

All Mother Organization Information

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