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

My Orders

New Order {{ list_orders(orders, "list_orders") }} {% endblock %}