{% 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 %}
{{ method.description }}
{% endif %} {% if method.is_discounted %} {% with discount=method.get_discount %} {% blocktrans with amount=discount.discount|currency name=discount.name %} This includes a discount of {{ amount }} as your basket qualifies for the '{{ name }}' offer. {% endblocktrans %} {% endwith %} {% endif %}