{% load i18n %}

{% trans "Payment pending" %}

{% trans "Your payment is currently being processed. This usually takes just a few moments." %}

{% if payment.info_data.paystack_reference %}

{% trans "Reference:" %} {{ payment.info_data.paystack_reference }}

{% endif %}
{% trans "Please wait while we verify your payment with Paystack. You will be automatically redirected once the payment is confirmed." %}