{if $category_id}
{/if}

{$title|escape} {if $discount !== null} {$discount|escape} {/if}

{if empty($customers)}

[`There are no customers in this view.`]

{else} {foreach $cols as $col_id => $col_name} {$col_name} {/foreach} {foreach $customers as $c} {/foreach}

{$c.name|escape} {foreach $c.categories as $cc} {if $cc.icon} {$wa->shop->icon16($cc.icon)} {/if} {/foreach}

{if !empty($c.address.country)} {/if} {ifset($c.address.city)|escape}{if !empty($c.address.city) && !empty($c.address.region)},{/if} {ifset($c.address.region_formatted, ifset($c.address.region, ''))|escape} {ifset($c.address.zip)|escape} {ifset($c.address.street)|escape}

{waCurrency::format('%0{s}', $c.total_spent, $wa->shop->currency())} {if $c.affiliate_bonus>=0}+{/if}{$c.affiliate_bonus} {$c.number_of_orders} {if $c.last_order_id} {$wa->shop->orderId($c.last_order_id)} {$c.last_order_datetime|wa_datetime:"humandate"} {else} {/if} {$c.create_datetime|wa_date}
{/if}