Email notifications
The following is a list of notifications you will receive from {{ site_title }}. You have
the option to set an alternate email address and define your preferences for which notifications
you want to be sent to either of your emails, or both.
Some notifications can also be turned off completely.
{% for field_name, field in form.fields.items %}
{% if field|class_name == "TypedChoiceField" and field_name != "staff_status_view" and field_name != "email_send_recurring_charges_reminder_emails" %}
{% with data=form.data|get_item:field_name initial=form.initial|get_item:field_name %}
{% endwith %}
{% endif %}
{% endfor %}