{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}

Order #{{ order.id }}

Amount due: Rs. {{ order.total_price|floatformat:2 }}

Status: {{ order.status }}

{% csrf_token %}

Please click the button below to complete your payment through {{ gateway.name }}.

Payment steps

  1. Select {{ gateway.name }} on the previous page.
  2. Press {{ gateway.button_text }}.
  3. Follow the instructions on the payment screen.
  4. After payment completes, your order will be confirmed.
{% endblock %}