{{ t.spending_intro }}
{{ t.spending_top_products_tip }}
{% if top_products %}| {{ t.spending_th_product }} | {{ t.spending_th_total_spend }} | {{ t.spending_th_quantity }} | {{ t.spending_th_frequency }} |
|---|---|---|---|
| {{ p.name }} | TSh {{ p.spend|floatformat:0 }} | {{ p.quantity }} | {{ p.order_frequency }} order{{ p.order_frequency|pluralize }} |
{{ t.spending_empty }}
{% endif %}