{% extends 'oscar/dashboard/reports/index.html' %} {% load currency_filters %} {% load i18n %} {% block report %}
{% trans "Offer" %} | {% trans "Total discount" %} |
---|---|
{{ offer_discount.offer.name }} | {{ offer_discount.total_discount|currency }} |
{% trans "No results found." %} |