{% extends "oscar/checkout/shipping_methods.html" %} {% load currency_filters %} {% load i18n %} {% block shipping_method %}
{{ method.description|safe }}
{% 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 %}