<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_(u'Validate email address')} <%def name="breadcrumbs()"> ${h.instance.breadcrumbs(c.page_user)|n} ${_(u'Validate email address')} <%block name="headline">

${_(u'Validate email address')}

<%block name="main_content">
${h.field_token()|n}

${_(u'You have not yet validated your email address.')}

${_(u'An email with a validation link has been sent to your email address (%s) right after registration. Please follow that link in order to proceed.' % c.user.email)}

${_(u'If you click on the button below, the validation link will be resent to you.')}

${components.savebox(cancel_url=None, save_text=u'Resend activation link')}