{% extends "base.html" %} {% block title %}Order Confirmation - MercyGro{% endblock %} {% block content %}
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.