{% load i18n l10n currency_filters ocyanjson %} {% ocyanjson "oscar" "show_tax_everywhere" False as show_tax %} {{ session.price.incl_tax|currency:session.price.currency }} {% if show_tax %} {% with session.price.excl_tax|currency:session.price.currency as price_excl_tax %} {% blocktrans %}Excl. tax {{ price_excl_tax }}{% endblocktrans %} {% endwith %} {% endif %}