# extends 'layout.html' # block title ${dgettext('acct_mgr', 'Verify Email')} # endblock title # block head ${ super() } # endblock head # block content

${dgettext('acct_mgr', 'Verify Email')}

${ dgettext('acct_mgr', 'An email was sent to %(email)s with a token to verify your ' 'new address. Please check your email and enter the token in ' 'the form below.', email=req.session.email) }

${ i18n_tag( dgettext("acct_mgr", "You can [1:change your email address], if it is incorrect."), tag.a(href=href('prefs'))) }

${jmacros.form_token_input()}
# endblock content