{$collection.name}

{if $collection.text != ''}
{$collection.text|nl2br}

{/if}
{if $items}
    {foreach from=$items item=i name=foo}
  • {$i.name}

    by {$users[$i.user_id].username} {if check_login_bool() && $collection.user_id == $smarty.session.user.user_id} Remove {/if}

    {$i.sales} {$lang.sales} {$currency.symbol}{$i.price}
    {section name=foo start=1 loop=6 step=1} {if $i.rating >= $smarty.section.foo.index} {else} {/if} {/section}
  • {/foreach}
{else}
There are no bookmarks yet in this collection. You can add them by finding items you like and using the "Bookmark This" tool in the sidebar. A good place to start is the Popular Items page.
{/if}