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

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 %}
{{ content }}
{% endfor %} {% if other_plugins %}
{% endif %} {% else %}

There are no issue tracker integrations available.

{% endif %} {% endblock %}