{% 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 ({{ user.username }}):
{% if application.terms_url %} Terms of Use {% if application.privacy_url %} — {% endif %} {% endif %} {% if application.privacy_url %} Privacy Policy {% endif %}