{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_avatars %} {% block title %}{% trans "Authorize Application" %} | {{ block.super }}{% endblock %} {% block auth_main %}
{{ application.name }} is requesting access to your Sentry account linked to ({{ user.username }}). Granting this access will give {{ application.name }} access to your account details, including:
{% if organization_options|length != 1 %} {{ application.name }} will also have the following permissions to your Sentry organizations: {% else %} {{ application.name }} will also have the following permissions to your Sentry organization {{organization_options.0.name}}: {% endif %}
{% if application.terms_url %} Terms of Use {% if application.privacy_url %} — {% endif %} {% endif %} {% if application.privacy_url %} Privacy Policy {% endif %}