{% extends 'dashboard/reports/index.html' %} {% load currency_filters %} {% block report %} {% for basket in objects %} {% endfor %}
Email Name Num lines Num items Value Date of creation Time since creation
{{ basket.owner.email }} {{ basket.owner.get_full_name|default:"-" }} {{ basket.num_lines }} {{ basket.num_items }} {{ basket.total_incl_tax|currency }} {{ basket.date_created }} {{ basket.time_since_creation }}
{% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %} {% endblock %}