{% extends "shop/checkout/dialog-base.html" %} {% load i18n %} {% block dialog_form %}
{% if shipping_method_form.has_choices %} {{ shipping_method_form.as_div }} {% else %}

{% trans "No shipping method available" %}

{% endif %}
{% block shipping-provider-form %}{% endblock %} {% endblock %}