{% macro render_order(order) -%}
{% if order.stoptime %}
Closing time: {{ order.stoptime.strftime("%H:%M") }} ({{ order.stoptime|countdown }})
{% else %}open{% endif %}
Orders: {{ order.items.count() }}
{{error}}
{%- endfor %} {%- elif field.description -%}{{field.description|safe}}
{%- endif %} {% endmacro %}