<#include "/common/top.html">

My Orders

<#list orders as order >
Order ID Date Total Price
${ order.orderId } ${ order.orderDate?string('yyyy/MM/dd hh:mm:ss') } ${ order.totalPrice?string('$#,##0.00') }
<#include "/common/bottom.html">