{% 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.") }}
{{ _("There is at least one verification pending.") }}
{{ _("Email notifications are currently turned off. Click 'save' to enable.") }}
Configure whether certain types of notifications are sent immediately, or as part of a daily digest.
{{ render_submit_field(form.submit, tabindex=280) }}