{% extends "sentry/bases/forceauth_modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Unsubscribe" %}{% endblock %} {% block main %}
{% csrf_token %}

{% trans "You are about to unsubscribe from project notifications for the following project:" %}

{{ project.organization.slug }} / {{ project.slug }}

{% trans "You can subscribe to it again by going to your account settings." %}

{% endblock %}