{% extends "core/base.html" %} {% load currency_filters %} {% block title %}Payment Successful — SwiftPOS{% endblock %} {% block content %}
🎉

Payment Successful!

Your {{ txn.plan.name }} subscription is now active.

Plan{{ txn.plan.name }}
Amount Paid₦{% fmt_currency txn.final_amount 0 %}
Reference{{ txn.payment_reference }}
{% if txn.subscription %}
Expires{{ txn.subscription.expiry_date|date:"d M Y" }}
{% endif %}
Go to Dashboard View Subscription

Redirecting to your subscription details in 5 seconds...

{% endblock %}