{% extends 'extends/layout.html' %} {% load static %} {% load custom_tags %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
{% if request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {% for account in dormant_accounts %} {% if request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {# ACCOUNT RECOVERY MODEL STARTS HERE#} {# ACCOUNT RECOVERY MODEL ends HERE#} {% endfor %}
S/N Account Name Account Number Account TypeBalanceOn Portal Action
{{ 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:'' }} {{ account.the_account.balance|intcomma|default_if_none:'' }} {{ account.members.portal }}
{% endblock %}