{% extends 'extends/layout.html' %} {% load static %} {% load custom_tags %} {% load humanize %} {% block content %}
{% if request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {% for account in inactive_accounts %} {% if request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {% endfor %}
S/N Account Name Account Number Account TypeBalanceOn Portal
{{ forloop.counter }}. {{ account.the_account.acc_number|default_if_none:'' }} {{ account.the_account.account_type.name|default_if_none:'' }}{{ account.the_account.balance|intcomma|default_if_none:'' }} {{ account.members.portal }}
{% endblock %}