{$is_wa2 = $ui == '2.0'} {if $is_wa2}
[`New customers`] | [`Total`]

+{$new_customers}

[`Total`]

{$total_customers}

{else}
[`Customers`]

{$total_customers}

{_wp('+%d new', '+%d new', $new_customers)}

{/if}