{% extends 'extends/layout.html' %} {% load static %} {% load countries %} {% get_countries as countries %} {% load mathfilters %} {% load humanize %} {% load countries %} {% load custom_tags %} {% block content %} {% block scripts %} {# #} {% endblock %}
Applicant Name {{ applicant }}
{% if use_shares == True and detail.loan_status == 0 %} Savings:{{ applicant_savings }} Shares:{{ member_shares }} {% endif %}
Rate Type {{ detail.get_rate_type_display }}
Loan Type {{ detail.loan_type.name }}
Amount Requested {{ detail.amount_requested|intcomma }}
Requested Duration {{ requested_duration }}
Approved Duration
{{ approved_duration }}
Interest Rate {{ detail.rate }} %
Applied On {{ detail.requested_on }}
Repayment method {{ detail.get_repayment_method_display }}
Loan status {{ detail.get_loan_status_display }}
{% for charge in actualcharges %} {% endfor %} {% if detail.is_topup == True %} {% else %} {% endif %}
{{ charge.name }} {{ charge.amount|intcomma }}
Total Charges {{ totalcharges|floatformat:decimals|intcomma }}
Previous loan balance {{ oldbalance|intcomma }}
Total Charges {{ totalcharges|floatformat:decimals|intcomma }}
{% if totaladjustments == 0 %} {% else %}
Adjustments
{% for adjust in adjustments %} {% endfor %}
{{ adjust.tx_date }} {{ adjust.reporting_amount|intcomma }}
{% endif %}
{% if detail.loan_status > 1 %} {% if detail.loan_status < 4 %} {% endif %} {% if totaladjustments == 0 %} {% else %} {% endif %} {% endif %}
Amount Approved {{ detail.amount_approved|floatformat:2|intcomma }}
Disbursable Amount {{ disbusable|floatformat:2|intcomma }}
Total loan Payable {{ totalpayable|floatformat:2|intcomma }}
Total Interest {{ totalinterest|floatformat:2|intcomma }}
Amount paid {{ paidamount|floatformat:2|intcomma }} ({{ cleared_percent|floatformat:2 }}%)
Loan Balance {{ totalpayable|sub:paidamount|floatformat:2|intcomma }} ({{ remaining_percent|floatformat:2 }}%)
Total Adjustments : {{ totaladjustments|intcomma }}
Principal Balance {{ receivable|sub:principal_paid|floatformat:2|intcomma }}
Approved On {{ detail.approved_on }}
Ending On {{ final_payment|date|default_if_none:'' }}
{% if detail.loan_status == 0 and nguarantors >= minguarantors and total_security_value >= needed_value %} {% endif %} {% if detail.loan_status == 1 %} {% if must_upload == True %} {% else %} {% endif %} {% endif %} {% if detail.loan_status == 0 or detail.loan_status == 1 %} {% endif %} {% if detail.loan_status == 0 or detail.is_topup == True %} {% endif %} {% if detail.loan_status == 2 %} {% endif %} {% if detail.loan_status == 3 and sometopup == 0 %} {% if top_up_limit > percent_paid %} TopUp {% else %} {% endif %} {% endif %} {% if detail.loan_status == 3 or detail.loan_status == 4 %} {% endif %} {% if detail.loan_status == 3 and sometopup == 1 %} View topUp application {% endif %} {% if isoverdue == True and detail.loan_status > 2 %} {# =========================================== ADJUST LOAN============================#} {% endif %} {% if isoverdue == True and detail.loan_status == 3 %} {% endif %} {% if detail.loan_status == 3 and principalbal < 1 %} {% endif %}
{#======================================DELETE LOAN======================================================================#}
{% include 'new_loans/includes/detail_tabs.html' %}
{# =================DELETE SECURITY ==============#} {# =================DELETE DOCUMENT ==============#}
{% endblock %}