{% extends 'dashboard/reports/index.html' %} {% load currency_filters %} {% block report %} {% if objects %}
Offer | Total discount |
---|---|
{{ offer_discount.offer.name }} | {{ offer_discount.total_discount|currency }} |
No results found.
{% endif %} {% endblock %}