diff --git a/src/backoffice/templates/ticket_stats.html b/src/backoffice/templates/ticket_stats.html index e0cc2540..ca2715a1 100644 --- a/src/backoffice/templates/ticket_stats.html +++ b/src/backoffice/templates/ticket_stats.html @@ -17,15 +17,17 @@
This view shows a table of each product associated with the ticket type {{ product_list.0.ticket_type.name }} along with the number sold, cost, price, profit and margin for each product.
+Product | +Number Sold | +Revenue | +Cost | +Profit | +Margin | +
---|---|---|---|---|---|
{{ p.name }} | +{{ p.ticket_count }} | +{{ p.price|floatformat:"2" }} DKK | +{{ p.cost|floatformat:"2" }} DKK | +{{ p.profit|floatformat:"2" }} DKK | +{{ p.margin }}% | +