{% extends 'extends/layout.html' %} {% load static %} {% load countries %} {% block content %} {% get_countries as countries %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}
| SN | Name | Members | Accounts | {% if show_business_filters %}Branch | {% endif %}Officer | Actions |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ group.name|default_if_none:'' }} | {{ group.mems|default_if_none:'' }} | {{ group.accs|default_if_none:'' }} | {% if show_business_filters %}{{ group.branch__name|default_if_none:'' }} | {% endif %}{{ 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 %} |
Page {{ group_list.number }} of {{ group_list.paginator.num_pages }}