{% extends "base.html" %} {% block title %}Order Confirmation - MercyGro{% endblock %} {% block content %}

Order Placed Successfully!

Thank you for your order. Your order number is #{{ order.id }}

Order Total: ₹{{ "%.2f"|format(order.total_amount) }}

Order Date: {{ order.created_at }}

We'll send you a confirmation email shortly.

Continue Shopping View My Orders
{% endblock %}