{% extends "base.html" %} {% block title %}Communication Preferences - {{ club.name }}{% endblock %} {% block content %}
{% if level == "none" %}

Unsubscribed

You have been set to receive no emails from {{ club.name }}.

{% elif level == "essential" %}

Essential emails only

You will only receive essential emails (such as membership and payment notices) from {{ club.name }}.

{% else %}

All emails enabled

You are set to receive all emails from {{ club.name }}.

{% endif %}

Your preference has been saved as {{ label }}. To change your preference again, use one of the links below.

{% if level != "all" %} All emails {% endif %} {% if level != "essential" %} Essential only {% endif %} {% if level != "none" %} No emails {% endif %}

{{ club.name }} home

{% endblock %}