{% ocyanjson "oscar_checkout" "show_voucher_block" True as show_voucher_block %}
{% if voucher_form and show_voucher_block %}
{% trans "Voucher/promo code" %}
{% block vouchers %}
{# Hide the entire section if a custom BasketView doesn't pass in a voucher form #}
{% trans "Voucher/promo code" as promo_code %}
{% endblock vouchers %}
{% endif %}
{% trans "Basket total" %}
{% block baskettotals %}{% include 'oscar/basket/partials/basket_totals.html' with editable=1 %}{% endblock baskettotals %}
{% block formactions %}