{{ loan_data.loan.loan_number }}
{{ loan_data.borrower_name }}
{{ loan_data.product_name }}KES {{ loan_data.outstanding_balance|floatformat:0|intcomma }}
Outstanding
Missed Dates:
{% for period in loan_data.missed_periods|slice:":3" %}
{% endif %}
{{ period.due_date|date:"M d, Y" }}
KES {{ period.expected_amount|floatformat:0|intcomma }}
{% endfor %}
{% if loan_data.missed_periods|length > 3 %}
+{{ loan_data.missed_periods|length|add:"-3" }} more
{% endif %}
✓
{% endif %}
No Daily Missed Payments
All daily payment borrowers are up to date.