<%inherit file="/user/settings.html" /> <%namespace name="forms" file="/forms.html"/> <%namespace name="components" file="/components.html"/> <%block name="settings_content"> ${tiles.user.header(c.page_user)}
${h.field_token()|n} ${components.flashmessages()}

${_(u'Notification settings')}

${_("Select how you would like to be notified of events.")}

${forms.input(_("Email"), 'email')} %if c.page_user.email is not None: %if c.page_user.is_email_activated():

${_('Please select on which occasions you would like to receive an email. The options further down this list will allow you to receive email notifications for all the above points too.')}

%else:
${_("Not confirmed.")} ${_("Re-send activation link")}
%endif %endif
${forms.checkbox(_("Receive messages via email"), 'email_messages', help=_(u"Receive messages from administrators and other users via email. (These messages are always available on your dashboard)"))} ${components.savebox(cancel_url=None)}