{% load static %} {% for mother_organization in mother_organization_list %} {% if mother_organization.has_sister_concern == True %} {% else %} {% endif %} {% endfor %}
SL No Mother Organization Name (English) Mother Organization (Bengali) Number of User Sister Concern Action
{{forloop.counter}} {{ mother_organization.name_en }} {{ mother_organization.name_bn }} {{ mother_organization.number_of_user }}YESNO
    {% if request.user.is_superuser == True %}
  • {% endif %}