{% extends "layout-admin.html" %} {% block content %} Online Store
Thank You {{ current_user.name }},
Here are you Order Details.

Your Purchase:

{% for item in cart %} {% endfor %}
Order Number:
#{{order_number}}
Order Date:
{{order_date}}
{{item.name}} £{{item.price}}
Total: £{{total_price}}

Get PDF
{% endblock content %}