{% extends "users/settings_base.html" %} {% block title %} {{ _("Email and Notifications | %(username)s", username=user.username) }} {% endblock %} {% block pane %}
Your email is needed to recover your account if you forget your password, and to send (configurable) notifications. Your email will never be shared with a third-party.
{{ _("Email notifications are currently turned off. Click 'Save' to apply recommended settings.") }}
{{ render_submit_field(form.submit, tabindex=280) }}