{if !count($orders)} [`None of your customers purchased this product yet.`] {else} {foreach $orders as $o} {/foreach}
{$wa->shop->orderId($o.id)}
{$o.create_datetime|wa_date:'humandate'}
{$o.contact.name|escape}
{if $o.shipping_name} {$o.shipping_name|escape} {else} [`Shipping option not specified`] {/if}
{if $o.payment_name} {$o.payment_name|escape} {else} [`Payment option not specified`] {/if}
{$o.total_formatted}

{_w('%d order','%d orders', $offset + $count)} {sprintf(_w('of %d'), $total_count)}

{/if} {if !$lazy} {/if}