{% extends "sentry/bases/account.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_auth %} {% load sentry_helpers %} {% block title %}{% trans "Subscriptions" %} | {{ block.super }}{% endblock %} {% block main %} {% if not email.is_verified %}
{% trans "Your email address has not been verified. " %}
{% csrf_token %}
{% endif %} Subscriptions

Sentry is committed to respecting your inbox. Our goal is to provide useful content and resources that make fixing errors less painful. Enjoyable even.

As part of our compliance with the EU’s General Data Protection Regulation (GDPR), starting on 25 May 2018, we’ll only email you according to the marketing categories to which you’ve explicitly opted-in.

{% for subscription in subscriptions.subscriptions %} {% endfor %}
{{ subscription.list_name }}
{% if subscription.list_description %}

{{ subscription.list_description }}

{% endif %}
{% if subscription.subscribed %}

{% firstof subscription.email email.email %} on {{subscription.subscribed_date|date:'SHORT_DATE_FORMAT' }}

{% endif %}

We’re applying GDPR consent and privacy policies to all Sentry contacts, regardless of location. You’ll be able to manage your subscriptions here and from an Unsubscribe link in the footer of all marketing emails.

Please contact {{ "learn@sentry.io"|urlize }} with any questions or suggestions.

{% endblock %}