[`You don’t have enough access rights to view the order list.`]
{else}-
{foreach $orders as $o}
-
{$o.id_str} {$o.contact.name} {$o.create_datetime|wa_date:humandatetime} {wa_currency_html($o.total, $o.currency)}
{/foreach}