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