{% extends 'extends/layout.html' %} {% load static %} {% load custom_tags %} {% load humanize %} {% block content %}
| S/N | Account Name | Account Number | Account Type | {% if request.user.staff.biodata.business.does_deposit == 1 %}Balance | {% endif %}On Portal |
|---|---|---|---|---|---|
| {{ forloop.counter }}. | {% if account.members.is_group %} {% else %} {% endif %} | {{ account.the_account.acc_number|default_if_none:'' }} | {{ account.the_account.account_type.name|default_if_none:'' }} | {% if request.user.staff.biodata.business.does_deposit == 1 %}{{ account.the_account.balance|intcomma|default_if_none:'' }} | {% endif %}{{ account.members.portal }} |