{if $error} {/if}
{$STRING.USER_PREF.ChangePassword}
{$error}
{$STRING.USER_PREF.EnterNewPassword}
{$STRING.USER_PREF.Password}:
{$STRING.USER_PREF.Verify}:

{section name=pref loop=$preferences} {/section}
{$STRING.USER_PREF.ChangePreferences}
{$preferences[pref].label}:


{foreach key=key item=item from=$field_titles} {/foreach}
{$STRING.USER_PREF.BugListColumns}
{$STRING.USER_PREF.ChooseFields}
{$item}

{if count($votes)} {$STRING.USER_PREF.Votes} {section name=vote loop=$votes} {/section}
{$STRING.USER_PREF.Bug} {$STRING.USER_PREF.When}  
#{$votes[vote].bug_id} {$votes[vote].created_date|date:DATE_FORMAT} {$STRING.delete}
{/if}