{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% load countries %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %} {% get_countries as countries %}
{% csrf_token %}

Change image Change Remove
{% if group.accs > 0 %} {% endif %} {% if not show_business_filters %} {% if can_delete_group %} {% endif %} {% if am_namayingo is False %} {% else %} {% if can_handle_group_transactional_data %} {% endif %} {% endif %} {% endif %} {% if am_namayingo is False %} {% else %} {% endif %}

{% if not show_business_filters %}
{% endif %}

Accounts

{% for account in grp_accounts %} {% endfor %}
Account Number Account Type Balance
{{ account.the_account.acc_number }} {{ account.the_account.account_type.name }} {{ account.the_account.balance|intcomma }}
Name {{ group.name|default_if_none:'' }}
Email {{ group.email|default_if_none:'' }}
Primary Contact {{ group.contact|default_if_none:'' }}
Other Contact {{ group.other_contact|default_if_none:'' }}
Group status {{ group.active_status|default_if_none:'' }}
Total Members {{ grp_members.count }}
Signatories {{ signo.count }}
Group Description {{ group.desc|default_if_none:'' }}
Joined {{ group.created_date|default_if_none:'' }}
Location {{ group.location|default_if_none:'' }}
{% for loan in grp_loans %} {% endfor %}
S/N Amount Approved Amount Requested Status Approved On Ending On Details
{{ forloop.counter }} {{ loan.amount_approved|default_if_none:'' }} {{ loan.amount_requested|default_if_none:'' }} {{ loan.get_loan_status_display|default_if_none:'' }} {{ loan.approved_on|default_if_none:'' }} {{ loan.ending_date|default_if_none:'' }} View Details
{% for trans in combined %} {% if trans.debit_account is None %} {% else %} {% endif %} {% endfor %}
Trans Type Account Amount Details Date
{{ trans.transaction_type }}{{ trans.credit_account }}{{ trans.debit_account }}{{ trans.reporting_amount|intcomma }} {{ trans.narration }} {{ trans.date_added|date:'d, M, Y' }}
{% csrf_token %}
Group Name
Date Incorporated
Primary Contact
Other Contact
Email
Location
{% endblock %}