{% load mathfilters %} {% load custom_tags %} {% load humanize %} {% load countries %} {% if loan.loan_status == 0 %}
{% if nsecurities >= maxi_securities %} {% endif %} {% if nsecurities < maxi_securities %} {% endif %}
{% endif %} {% if securities %} {% for security in securities %} {% endfor %}
SN Security Value Proof Description Action
{{ forloop.counter }} {{ security.name }} {{ security.value|intcomma }} Proof {{ security.description }}
{% if loan.loan_status == 0 %} {% else %} {% endif %}
Total Security value Required:
{{ currency.currency }} {{ needed_value|intcomma }}
Total Security value Provided:
{{ currency.currency }} {{ total_security_value|intcomma }}
{% else %}
Total Security value Required:
{{ currency.currency }} {{ needed_value|intcomma }}
{% endif %} {% if use_shares == True %}
Total Savings:
{{ currency.currency }} {{ applicant_savings|intcomma }}
Total Shares Value:
{{ currency.currency }} {{ member_shares|intcomma }}
{% endif %}