{% extends "shop/checkout.html" %} {% load i18n shop_tags %} {% block fields %} {% if request.cart.has_items %}
{% trans "Billing Details" %}
{% trans "Shipping Details" %}
{% if settings.SHOP_PAYMENT_STEP_ENABLED %} {% comment %}
{% trans "Payment Details" %}
{% endcomment %} {% endif %}
{% for field in form %}{{ field }}{% endfor %} {% endif %} {% endblock %}