{% extends 'shop/base.html' %} {% load static %} {% block title %} Your Shopping Cart| Thank you {% endblock %} {% block content %}

Your order has been successfully completed. Your order number is {{ order.id }}.

{% endblock %}