{% block content %}

Message preferences for {{ recipient.identifier|escape }}

Choose which emails you'd like to receive. Changes are saved automatically.

{% csrf_token %} {% for category in categories %} {% if forloop.last %}
{% endif %}

{{ category.name }}

{{ category.description }}

{% if category.status != "OPTED_OUT" %}Subscribed{% else %}Not subscribed{% endif %}
{% endfor %} {% if email_tracking_consent_enabled %}

Open and click tracking

We use an invisible image and measured links to see whether marketing emails are opened and clicked. This never affects which emails you receive.

{% endif %}
{% endblock %}