{% load currency_filters %} {% load i18n %} {% blocktrans with cost=charge_per_item|currency total=threshold|currency %} This is standard shipping.
It costs {{ cost }} per item but is free for orders over {{ total }}.