{% 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 %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% endif %}
{% csrf_token %}

{{ plugin.get_title }}


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

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 %}
{% if issue_v2_plugin %} {% endif %} {% endblock %}