{capture assign='contentHeader'}

{$__wcf->getActivePage()->getTitle()}

{/capture} {capture assign='headContent'} {if $pageNo < $pages} {/if} {if $pageNo > 1} {/if} {/capture} {include file='header'} {hascontent}
{content} {pages print=true assign='pagesLinks' controller='TrophyList' link="pageNo=%d"} {/content}
{/hascontent} {if $objects|count}
    {foreach from=$objects item=trophy}
  1. {@$trophy->renderTrophy(64)}

    {@$trophy->getTitle()}

    {if !$trophy->getDescription()|empty}

    {@$trophy->getDescription()}

    {/if}

    {lang items=$trophy->awarded}wcf.user.trophy.trophyAwarded{/lang}

  2. {/foreach}
{else}

{lang}wcf.global.noItems{/lang}

{/if} {include file='footer'}