{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{{ plugin.get_title }}{% endblock %} {% block main %}
{% if plugin.can_disable %} {% if not plugin_is_enabled %} {% trans "Enable Plugin" %} {% else %} {% trans "Disable Plugin" %} {% endif %} {% endif %} {% trans "Reset Configuration" %}

{{ plugin.get_title }}


{% if request.GET.success %}
{% trans "Changes to your project were saved successfully." %} ×
{% endif %} {{ view }}

Plugin Information

Name:
{{ plugin.get_title }}
Author
{{ plugin.author }}
{% if plugin.author_url %}
URL
{{ plugin.author_url|trim_schema }}
{% endif %}
Version
{{ plugin.version }}
{% if plugin_description %}

Description

{{ plugin_description|linebreaks }}
{% endif %} {% with plugin.get_resource_links as resource_links %} {% if resource_links %}

Resources

{% for label, link in resource_links %}
{{ label }}
{% endfor %}
{% endif %} {% endwith %}
{% endblock %}