{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{% trans "No Organization Access" %} | {{ block.super }}{% endblock %} {% block wrapperclass %}windowed-small{% endblock %} {% block main %}

{% trans "You do not have access to any organizations within Sentry." %}

{% trans "If you were expecting otherwise, this may be due to a configuration change in the organization. Please check your email inbox for an invite link to rejoin the organization." %}

{% trans "Alternatively, reach out to an admin in your organization to re-invite you using " %}{% trans "this guide" %}

{% trans "If you need to make changes to your user account, " %}{% trans "please click here." %}

{% endblock %}