{% extends "sentry/projects/manage.html" %} {% load url from future %} {% load i18n %} {% load sentry_helpers %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Plugins" %}
  • {{ plugin.get_title }}
  • {% endblock %} {% block inner %}
    {% 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 %} {% endif %} {% endwith %}
    {% endblock %}