{% load mathfilters %} {% load humanize %} {{ title }}
{% include 'includes/header.html' %}
Loan Repayment Receipt

Trans ID: #{{ loan_paid.txno }}
Receipt No: {{ loan_paid.receipt }}
Printing Date: {% now 'd, M, Y' %}
Printing Time: {% now 'H : i A' %}

{% for payment in payment_details %} {% endfor %}
Applicant: {{ detail.member_name }}
{% if payment.transaction_type == 'Loan repayment' %} Principal Paid {% else %} {{ payment.transaction_type }} {% endif %}: {{ payment.reporting_amount|intcomma }} {{ currency.currency }}
TOTAL AMOUNT: {{ total_paid|intcomma }} {{ currency.currency }}
LOAN BALANCE: {{ actual_loan_balance|intcomma }} {{ currency.currency }}

Served By: {{ request.user.staff.biodata.name }}

Signature & stamp

.................................................

Thank you for Trusting {{ mybranch.business.name|capfirst }}.
For Inquiry About this loan Call: +{{ mybranch.business.contact }}.


Mfuko Plus - Microfinance Mgt Software