{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% trans "Issue Tracking" %} | {{ block.super }}{% endblock %} {% block main %}

{% trans "Issue Tracking" %}

Configure issue tracking for this project to enable quick issue creation links on events.

{% if enabled_plugins or other_plugins %} {% for plugin, content in enabled_plugins %}
{% if plugin.can_disable %}
{% csrf_token %}
{% endif %}

{{ plugin.get_title }}

{{ content }}
{% endfor %} {% if other_plugins %}

{% trans "Inactive Integrations" %}

{% endif %} {% else %}

There are no issue tracker integrations available.

{% endif %} {% endblock %}