{% 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 "Jira-Server Setup" %} | {{ block.super }} {% endblock %} {% block main %}

{% trans "Connect Sentry with your App" %}

{% trans "Add your Jira Server App credentials to Sentry." %}

{% blocktrans %} You must complete the required steps in Jira Server before attempting to connect with Sentry. {% endblocktrans %}

{% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% endblock %}