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

{% trans "Integrations" %}

{% csrf_token %} {% for plugin, is_enabled in project|get_plugins_with_status %} {% endfor %}
Integration Enabled
{{ plugin.get_title }} {% if plugin.version %}v{{ plugin.version }}{% else %}{% trans "n/a" %}{% endif %}

{% if plugin.author %} {% if plugin.author_url %}{{ plugin.author }}{% else %}{{ plugin.author }}{% endif %} {% endif %} {% if plugin.has_project_conf %} · Configure plugin{% endif %}

{% if plugin.can_disable and plugin.can_enable_for_projects %} {% else %} {% trans "n/a" %} {% endif %}
{% endblock %}