{$lang.your_public_collections}

{if $collections.true} {foreach from=$collections.true item=c name=foo}
{if $c.photo != ''} {$c.name|escape} {else} {$c.name|escape} {/if}

{$c.name}

{$lang.by}: {$users[$c.user_id].username}

{$c.text|nl2br}

{$c.items}

{$lang.items}

{section name=foo start=1 loop=6 step=1} {if $c.rating > $smarty.section.foo.index} {else} {/if} {/section}
{$c.votes} {$lang.votes}
{/foreach} {else}

{$lang.no_public_collections}

{/if}

{$lang.your_private_collections}

{if $collections.false} {foreach from=$collections.false item=c name=foo}
{if $c.photo != ''} {$c.name|escape} {else} {$c.name|escape} {/if}

{$c.name}

{$lang.by}: {$users[$c.user_id].username}

{$c.text|nl2br}

{$c.items}

{$lang.items}

{section name=foo start=1 loop=6 step=1} {if $c.rating > $smarty.section.foo.index} {else} {/if} {/section}
{$c.votes} {$lang.votes}
{/foreach} {else}

{$lang.no_private_collections}

{/if}
{$lang.create_collection}


{$lang.public_visible}