{% extends 'oscar/dashboard/reports/index.html' %} {% load currency_filters %} {% load i18n %} {% block report %} {% if objects %} {% for offer_discount in objects %} {% endfor %} {% else %} {% endif %}
{% trans "Offer" %} {% trans "Total discount" %}
{{ offer_discount.offer.name }} {{ offer_discount.total_discount|currency }}
{% trans "No results found." %}
{% include "oscar/dashboard/partials/pagination.html" %} {% endblock %}