{% extends "salebox/checkout/_base.html" %} {% block checkout %}
{% csrf_token %}

Confirm all is OK...

Total price {{ checkout.data.basket.basket.sale_price.formatted }}


{% endblock %}