{% extends 'extends/layout.html' %} {% load static %} {% load countries %} {% block content %} {% get_countries as countries %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}
{% if show_business_filters %}
{% endif %}
{# ------------------------------------------- update officer ----------------------------------------#} {# ------------------------------------------- end update officer ----------------------------------------#}
{% if not show_business_filters %} {% if can_add_group %} {% if am_namayingo is False %}
{% else %}
{% endif %} {% endif %} {% endif %}
{% if show_business_filters %} {% endif %} {% for group in group_list %} {% if show_business_filters %} {% endif %} {% empty %}

Members yet

{% endfor %}
SN Name Members AccountsBranchOfficer Actions
{{ forloop.counter }} {{ group.name|default_if_none:'' }} {{ group.mems|default_if_none:'' }} {{ group.accs|default_if_none:'' }}{{ group.branch__name|default_if_none:'' }}{{ group.group_officer_name|default_if_none:'N/A' }} {% if not show_business_filters %} {% if group.accs > 0 %} {% endif %} {% if can_delete_group %} {% endif %} {% endif %}
{% if group_list.has_other_pages %}

Page {{ group_list.number }} of {{ group_list.paginator.num_pages }}

{% endif %}
{% endblock %}