{% extends 'base.html' %}{% load static %} {% block title %}Purchase {{ product.name }} — Unity Nation{% endblock %} {% block content %}
Back to Product

Confirm Purchase

{% if product.image %}{% else %}📦{% endif %}

{{ product.name }}

by {{ product.merchant.business_name }}
Unit Price${{ product.price }}
Your Balance${{ user.wallet_balance|floatformat:2 }}
{% csrf_token %}
{% endblock %}