{% extends "core/base.html" %} {% load static %} {% load currency_filters %} {% block title %}{{ page_title }}{% endblock %} {% block topbar_title %}Confirm Manual Payment{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Confirm Manual Payment

You are about to manually activate a subscription.

Company
{{ txn.company.name }}
Plan
{{ txn.plan.name }} ({{ txn.billing_cycle|title }})
Amount
₦{{ txn.final_amount|currency:2 }}
Transaction Ref
{{ txn.payment_reference }}
Date Initiated
{{ txn.created_at|date:"d M Y, h:i A" }}
Note: By confirming this, you acknowledge that you have received the exact amount of ₦{{ txn.final_amount|currency:2 }} in your bank account.
{% csrf_token %}
{% endblock %}