{% load i18n %} {% if show_meta %} {% if plugin.author %}

{% blocktrans trimmed with a=plugin.author %} by {{ a }} {% endblocktrans %}

{% endif %} {% endif %}

{{ plugin.description|safe }}

{% if plugin.restricted and plugin.module not in request.event.settings.allowed_restricted_plugins %}

{% trans "This plugin needs to be enabled by a system administrator for your account." %}

{% endif %} {% if plugin.app.compatibility_errors %}
{% trans "This plugin cannot be enabled for the following reasons:" %}
{% endif %} {% if plugin.app.compatibility_warnings %}
{% trans "This plugin reports the following problems:" %}
{% endif %}