{% extends "common/base.html" %} {% load i18n %} {% load purchase %} {% block content %}

{% translate "Reports" %}

{% translate "General" %}

{% translate "By day" %}

{% translate "Turnover" %}

{% translate "Average basket" %}

{{ by_hour_plot|safe }}

{% translate "Products" %}

{% include "purchase/snippets/report_products.html" %} {{ products_sold_plot|safe }} {{ products_turnover_plot|safe }}

{% translate "Turnover by payment method" %}

{% include "purchase/snippets/report_payment_methods.html" %}

{% translate "Baskets without payment method" %}

{% include "purchase/snippets/report_no_payment_method.html" %} {% endblock %}