{% extends "layout-admin.html" %} {% block content %} Online Store

Your Cart

{% for item in cart %} {% endfor %}
Item Name Price Remove from cart
{{item.name}} £{{item.price}}
Total: £{{total_price}} Checkout
{% endblock content %}