${_('View Account')}

${_('Your Fedora Account')}

${_('%s\'s Fedora Account') % person.username}

${_('Account Details')} ${_('(edit)')}

${_('Account Name:')}
${person.username}
${_('Full Name:')}
${person.human_name}
${_('Email:')}
${person.email} ${Markup(_('(pending change to %(email)s - <a href="%(url)s">cancel</a>)') % {'email': person.unverified_email, 'url': tg.url('/user/verifyemail/1/cancel')})}
${_('Telephone Number:')}
${person.telephone} 
${_('Postal Address:')}
${person.postal_address} 
${_('Country:')}
${person.country_code} 
${_('IRC Nick:')}
${person.ircnick} 
${_('PGP Key:')}
${person.gpg_keyid} 
${_('Public SSH Key:')}
${key}
${_('(remove ssh key)')}
${_('No ssh key provided')} 
${_('Comments:')}
${person.comments} 
${_('Security question: ')}
${person.security_question}  ${_('(change)')}
${_('Password:')}
${_('(change)')}
${_('Account Status:')}
${_('Active')} ${_('Inactive')} ${_('Pinged')} ${_('Disabled')}
${_('Contributor Agreement:')}
${_('CLA Signed')} ${_('CLA Done')} - ${_('New CLA Not Signed')} - ${_('We need contributors to sign the new Contributor Agreement')}(${_('Complete it now!')}) (${_('Reject FPCA')}) ${_('Not Signed')} (${_('Complete it!')})
${_('Privacy:')}
${_('Account Information Private')} ${_('Account Information Public')}

${_('Your Roles')}

${_('%s\'s Roles') % person.username}