{% extends "checkout/partials/formblock.html" %} {% load i18n currency_filters thumbnail delivery_time ocyanjson %} {% block panel_body %} {% ocyanjson "oscar" "show_tax_everywhere" False as show_tax %}
{% trans "Qty" %} {{ line.quantity }}
{{ line.line_price_incl_tax|currency:request.basket.currency }}{% if show_tax %} {% with line.line_price_excl_tax|currency:line.price_currency as price_excl_tax %} {% blocktrans %}Excl. tax {{ price_excl_tax }}{% endblocktrans %} {% endwith %}{% endif %}