{% extends "ui/templates/base/layout.html" %} {% block content %} {% include "modules/clients/templates/clients/_client_tabs.html" %}

PayUMoney Payment

{{ heading }}

{{ message }}

{% if transaction %}
Invoice
{{ transaction.invoice.invoice_no }}
Amount
₹ {{ '%.2f'|format(transaction.amount or 0) }}
Txn ID
{{ transaction.txnid }}
Gateway Status
{{ transaction.gateway_status or transaction.status }}
{% if transaction.bank_ref_num %}
Bank Ref.
{{ transaction.bank_ref_num }}
{% endif %} {% if transaction.mihpayid %}
PayU ID
{{ transaction.mihpayid }}
{% endif %}
{% endif %}
{% if transaction %}View Invoice{% endif %} Back to My Bills
{% endblock %}