<%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.")} ${_("Help.")}

${forms.input(_("Email"), 'email')} %if c.page_user.email is not None: %if c.page_user.is_email_activated():
${_("fewer")} ${_("more notifications")}
%else:
${_("Not confirmed.")} ${_("Re-send activation link")}
%endif %endif
${forms.checkbox(_("News service"), 'email_messages', help=_(u"Receive occasional news from instance administrators"))} ${components.savebox(cancel_url=None)}