{$errorMessage}
{$lang.your_public_collections}
-
{if $collections.true}
{foreach from=$collections.true item=c name=foo}
-
{if $c.photo != ''}
{else}
{/if}
{/foreach}
{else}
You don't have any public collections yet.
Public Collections allow you to group items together and make the link publicly available. They can be used to group items to show a client, to showcase work, to create links to use with your referral code or to create collections of related items to appear on item pages.
Your private collections
-
{if $collections.false}
{foreach from=$collections.false item=c name=foo}
-
{if $c.photo != ''}
{else}
{/if}
{/foreach}
{else}
You don't have any private collections yet.