[`Products in shopping carts`]

{if !empty($data)}
{* * Content on the left *}
{foreach $data as $d} {/foreach}
[`Product`] [`Quantity`]
{if $d.id !== 'other'} {$d.label|escape} {else} [`Other...`] {/if} {$d.value}
{else}

[`No data matched selected period`].

{/if}