{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% trans "Manage Integrations" %} | {{ block.super }}{% endblock %} {% block main %}
{% if plugin.author %} {% if plugin.author_url %}{{ plugin.author }}{% else %}{{ plugin.author }}{% endif %} {% endif %} {% if plugin.has_project_conf %} · Configure plugin{% endif %}