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

Confirm all is OK...

Total price {{ checkout.data.basket.basket.sale_price|sb_currency }}


{% endblock %}