{$errorMessage}
{if $user.profile_title != ''}
{$user.profile_title}
{/if} {if $user.profile_desc != ''}{$user.profile_desc|nl2br}
{/if}
{if $collections}
{$lang.public_collections}
{foreach from=$collections item=c}
{/foreach}
{else}
{if check_login_bool() && $user.user_id == $smarty.session.user.user_id}
Would you like to display collections on your profile page? To get started, create a public
bookmarks collection with a preview image. Your three most recent collections will appear here.
{/if}
{/if}