{% extends 'base.html' %}
{% load static %}
{% block extra_head %}
{% endblock %}
{% block content %}
{{ gateway.description }}{{ gateway.name }} Payment
Amount due: Rs. {{ order.total_price|floatformat:2 }}
Status: {{ order.status }}