{% extends 'dashboard/reports/index.html' %} {% load currency_filters %} {% block report %} {% for voucher in objects %} {% endfor %}
Voucher code Added to a basket Used in an order Total discount
{{ voucher.code }} {{ voucher.num_basket_additions }} {{ voucher.num_orders }} {{ voucher.total_discount|currency }}
{% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %} {% endblock %}