{% 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 don't have access to any organizations within Sentry. Talk to a Sentry administrator about getting access." %}

{% endblock %}