${_('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:')}
${person.ssh_key[:20]}.... 
No ssh key provided 
${_('Comments:')}
${person.comments} 
${_('Password:')}
${_('Valid')} (change)
${_('Account Status:')}
${_('Active')} ${_('Vacation')} ${_('Inactive')} ${_('Pinged')} ${_('Disabled')}
${_('CLA:')}
${_('CLA Done')} (${_('Reject CLA')}) ${_('Not Done')} (${_('Complete it!')})
${_('Privacy:')}
Account Information Private Account Information Public

${_('Your Roles')}

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