{% extends "base.html" %} {% block title %}Order {{ order.number }}{% endblock %} {% block content %}

Thank you

Order {{ order.number }} is {{ order.get_status_display|lower }}.

A confirmation will go to {{ order.email }}.

{% if user.is_authenticated %}

View order

{% else %}

Create an account to track shipping and review products you bought. Card details stay with Stripe.

Create account

{% endif %}

Continue shopping

{% endblock %}