{% extends "shop/checkout.html" %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block fields %} {% if cart.has_items %} {% if not request.user.is_authenticated and CHECKOUT_ACCOUNT_ENABLED %}

If you have an existing accout or would like to create one, please log in or sign up.

{% endif %}
{% trans "Billing Details" %}
{% trans "Delivery Details" %}
{% if not CHECKOUT_STEPS_SPLIT %} {% include "shop/payment_fields.html" %} {% endif %} {% endif %} {% endblock %}