{% extends "checkout/checkout.html" %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans "Shipping method" %} | {{ block.super }} {% endblock %} {% block checkout-nav %} {% include 'checkout/nav.html' with step=2 %} {% endblock %} {% block order_contents %}{% endblock %} {% block shipping_address %}{% endblock %} {% block payment_method %}{% endblock %} {% block shipping_method %}
{% trans "Description:" %} {{ method.description }}