diff --git a/app/templates/utils.html b/app/templates/utils.html index 0af7b82..6ef2cf7 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -2,7 +2,7 @@
{{ order.location_name }}
- {{ order.items.count() }} orders

+ {{ order.items.count() }} items ordered

{% if order.stoptime %} Closes {{ order.stoptime.strftime("%H:%M") }}{{ order.stoptime|countdown }}