{% extends 'dashboard/reports/index.html' %} {% load currency_filters %} {% block report %} {% if objects %} {% for offer_discount in objects %} {% endfor %}
Offer Total discount
{{ offer_discount.offer.name }} {{ offer_discount.total_discount|currency }}
{% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %} {% else %}

No results found.

{% endif %} {% endblock %}