#parse ("view/templates/IncludeTop.vm")

My Orders

#foreach ($order in $orderList) #end
Order ID Date Total Price Status
$order.orderid $order.orderdate $fmt.formatNumber($order.totalprice, '$#,##0.00') $order.status

#parse("view/templates/IncludeBottom.vm")