{% load currency_filters %} {% load i18n %} {% if record %}

{{ record.price_excl_tax|currency:record.price_currency }}

{% endif %}