{% extends 'extends/layout.html' %} {% load static %} {% load custom_tags %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
{% if show_business_filters %}
{% endif %}
{% if request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {% if show_business_filters %} {% endif %} {# {% if request.user.staff.biodata.business.does_deposit == 1 or request.user.staff.biodata.business.does_withdraw == 1 %}#} {# #} {# {% endif %}#} {% for account in biz_accounts %} {% if request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {% if show_business_filters %} {% endif %} {% if request.user.staff.biodata.business.does_deposit == 1 or request.user.staff.biodata.business.does_withdraw == 1 %} {# #} {% endif %} {% endfor %}
S/N Account Name Account Number Account TypeBalanceBranchActions
{{ forloop.counter }}. {{ account.acc_number|default_if_none:'' }} {{ account.account_type|default_if_none:'' }}{{ account.balance|intcomma|default_if_none:'' }} {{ account.members__branch__name }}#} {# {% if 'can_deposit' in user_perms and request.user.staff.biodata.business.does_deposit == 1 %}#} {# #} {# {% endif %}#} {# {% if 'can_withdraw' in user_perms and request.user.staff.biodata.business.does_withdraw == 1 %}#} {# #} {# {% endif %}#} {# {% if 'can_withdraw' in user_perms and request.user.staff.biodata.business.does_withdraw == 1 %}#} {# #} {# {% endif %}#} {##} {#
{% if biz_accounts.has_other_pages %}

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

{% endif %}
{% endblock %}