{% extends 'oscar/dashboard/reports/index.html' %} {% load currency_filters %} {% load i18n %} {% block report %} {% if objects %} {% for product in objects %} {% endfor %} {% else %} {% endif %}
{% trans "Product" %} {% trans "Amount" %}
{{ product.get_title }} {{ product.sale_count }}
{% trans "No results found." %}
{% include "dashboard/partials/pagination.html" %} {% endblock %}