• {$block->get_title()|strip_tags:true}
    • {strip} {if $block->data.NB_COL == 0} {'You have no collection'|translate} {else} {$pwg->l10n_dec('You have %d collection', 'You have %d collections', $block->data.NB_COL)} {/if} {/strip}
    • {if $block->data.collections} {foreach from=$block->data.collections item=col}{strip}
    • {$col.name}   {$col.nb_images}
    • {/strip}{/foreach} {if isset($block->data.MORE)}
    • {'%d more...'|translate:$block->data.MORE}
    • {/if} {/if}