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

Your Receipt

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


{% endblock %}