{foreach from=$orders item=order} {/foreach}
ORDER PRODUCT AMOUNT PURCHASED BILLED DUE RECURS CONTRACT
[{$order.order_id}] [{$order.title}] {if $order.quantity > 1} x {$order.quantity} @ {$order.amount}{/if} {$order.grand_total} {$order.date_purchased|date_format} {$order.last_billed|date_format} {$order.payment_due|date_format} {$order.recurring} {$order.contract}
{$grand_quantity} items: {$grand_total}