{% extends "partials/dashboard-base.html" %} {% load static %} {% block content %} Transaction Successful! Your transaction has been processed successfully. Transaction Details Amount: ${{ amount }} Method: {{ method }} Date: {{ date }} Reference ID: {{ transaction_id }} Back to Dashboard {% endblock %}
Your transaction has been processed successfully.