{% extends 'base.html' %} {% load humanize %} {% block title %}Unconfirmed Payment Details{% endblock %} {% block content %}
{{ transaction.trans_id|default:"N/A" }}
No suggested borrower found.
{% endif %}{{ transaction.processing_notes }}
{{ unconfirmed.notes }}
This payment has been {% if unconfirmed.status == 'approved' %} Approved {% elif unconfirmed.status == 'rejected' %} Rejected {% else %} Processed {% endif %}
{% if unconfirmed.admin_notes %}{{ unconfirmed.admin_notes }}
{% endif %}