diff --git a/app/templates/home.html b/app/templates/home.html index d5826a8..5b87aa7 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -27,7 +27,7 @@ {%- endif %}
- {% if orders|count > 0 -%} + {% if recently_closed|count > 0 -%}

Recently closed orders:

{% for order in recently_closed %} {{ util.render_order(order) }}