{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block css %} {% endblock %} {% block wrapperclass %} narrow auth {% endblock %} {% block modal_header_signout %} {% endblock %} {% block title %} {% trans "Opsgenie Setup" %} | {{ block.super }} {% endblock %} {% block main %} {% if form %}
{% trans "Add your Opsgenie credentials to Sentry." %}
{% else %}{% trans "To configure Opsgenie with Sentry, you will need an Opsgenie API key. You will need to be an account owner or admin for this step." %}
{% trans "You must complete the above steps in Opsgenie to connect Opsgenie with Sentry." %}
{% endif %} {% endblock %}