{% load i18n %} {% load sentry_helpers %}
{% if request.GET.success %}
{% trans "Changes to your project were saved successfully." %} ×
{% endif %} {% include "sentry/partial/_form.html" %}
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 %} {% endif %} {% endwith %}