{% extends "users/settings_base.html" %} {% block title %} {{ _("Email and Notifications | %(username)s", username=user.username) }} {% endblock %} {% block pane %}
{{ _("Email notifications are currently turned off. Click 'Save' to apply recommended settings.") }}
{% endif %} {% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %} {% endblock %}