{% extends 'base.html' %} {% block title %}Permanently Delete Loan - Haven Grazuri Investment Limited{% endblock %} {% block content %}
Warning: This action cannot be undone. The loan will be permanently removed from the database.
This will also permanently delete all associated repayments and receipts.
Once you permanently delete this loan, all associated data will be lost forever. This includes loan details, application information, repayments, receipts, and audit logs.
{% if loan.repayments.count > 0 %}This loan has {{ loan.repayments.count }} repayment(s) that will also be deleted.
{% endif %}