${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.authuser.username == c.user.username:
[${_('Current IP')}: ${c.ip_addr}]
%endif
%endif