Profile for {$user.username|escape:"htmlall"}

{if $isadmin || !$publicview}{/if} {if $isadmin || !$publicview}{/if} {if (!$publicview || $isadmin) && $site->registerstatus==1} {/if} {if $userinvitedby && $userinvitedby.username != ""} {/if} {if !$publicview || $isadmin}{/if} {if $page->getSettingValue('apps.sabnzbplus.integrationtype') == 2 && (!$publicview || $isadmin)} {/if} {if !$publicview || $isadmin} {/if} {if !$publicview} {/if}
Username:{$user.username|escape:"htmlall"}
Email:{$user.email}
Registered:{$user.createddate|date_format} ({$user.createddate|timeago} ago)
Last Login:{$user.lastlogin|date_format} ({$user.lastlogin|timeago} ago)
Role:{$user.rolename}
Theme:{$user.style}
Site Api/Rss Key:{$user.rsstoken}
Grabs:{$user.grabs}
API Requests Today:{$apirequests}
Invites: {$user.invites} {if $user.invites > 0} [Send Invite] Invite Sent {/if}
Invited By: {if $privileged || !$privateprofiles} {$userinvitedby.username} {else} {$userinvitedby.username} {/if}
UI Preferences: {if $user.movieview == "1"}View movie covers{else}View standard movie category{/if}
{if $user.xxxview == "1"}View xxx covers{else}View standard xxx category{/if}
{if $user.gameview == "1"}View game covers{else}View standard game category{/if}
{if $user.musicview == "1"}View music covers{else}View standard music category{/if}
{if $user.consoleview == "1"}View console covers{else}View standard console category{/if}
{if $user.bookview == "1"}View book covers{else}View standard book category{/if}
Excluded Categories:{$exccats|replace:",":"
"}
SABnzbd Integration: Url: {if $saburl == ''}N/A{else}{$saburl}{/if}
Key: {if $sabapikey == ''}N/A{else}{$sabapikey}{/if}
Type: {if $sabapikeytype == ''}N/A{else}{$sabapikeytype}{/if}
Priority: {if $sabpriority == ''}N/A{else}{$sabpriority}{/if}
Storage: {if $sabsetting == ''}N/A{else}{$sabsetting}{/if}
CouchPotato Integration: Url: {if $user.cp_url == ''}N/A{else}{$user.cp_url}{/if}
Key: {if $user.cp_api == ''}N/A{else}{$user.cp_api}{/if}
My TV Shows:Manage my shows
My Movies:Manage my movies
Edit
{if $commentslist|@count > 0}

Comments

{$pager} {foreach $commentslist as $comment} {/foreach}
date comment
{$comment.createddate|date_format} {$comment.text|escape:"htmlall"|nl2br}
{/if}