${h.form(url('update_user', id=c.user.user_id),method='put')}
%if c.visual.use_gravatar:
${_('Change avatar at')} gravatar.com
${_('Using')} ${c.user.email}
%else:
${_('Avatars are disabled')}
${c.user.email or _('Missing email, please update this user email address.')}
##show current ip just if we show ourself
%if c.rhodecode_user.username == c.user.username:
[${_('current IP')}: ${c.perm_user.ip_addr or "?"}]
%endif
%endif