<%namespace name="base" file="/base/base.mako"/>

${_('Account Emails')}

%if c.user_email_map: %for em in c.user_email_map: %endfor %else: %endif
% if c.user.extern_type != 'rhodecode':

${_('Your user account details are managed by an external source. Details cannot be managed here.')}
${_('Source type')}: ${c.user.extern_type}

% else:
${c.form.render() | n}
% endif