{% extends "layout.html" %} {% from "_order.html" import list_orders %} {% block content %}

{{title}}

{{ list_orders(orders, "admin_orders", can_delete, can_fulfill, can_receive, get_order_last_restore, url_for_storage) }} {% endblock %}