{% if plugin.author %} {% endif %} {% if plugin.homepage %} {% endif %} {% if plugin.demo %} {% endif %} {% if plugin.bugs %} {% endif %} {% if plugin.keywords %} {% endif %} {% if plugin.license %} {% if plugin.license|starts_with('http') %} {% else %} {% endif %} {% endif %} {% if plugin.description %} {% endif %} {% if plugin.readme or plugin.homepage %} {% set readme_link = plugin.readme ?: plugin.docs|default(plugin.homepage ~ '/blob/master/README.md') %} {% endif %} {% if admin.gpm.findPackage(plugin.slug, true).changelog %} {% endif %}
{{ "PLUGIN_ADMIN.AUTHOR"|t }}: {% if plugin.author.url %} {{ plugin.author.name }} {% else %} {{ plugin.author.name }} {% endif %} {% if plugin.author.email %} - {{ plugin.author.email }} {% endif %}
{{ "PLUGIN_ADMIN.HOMEPAGE"|t }}: {{ plugin.homepage }}
{{ "PLUGIN_ADMIN.DEMO"|t }}: {{ plugin.demo }}
{{ "PLUGIN_ADMIN.BUG_TRACKER"|t }}: {{ plugin.bugs }}
{{ "PLUGIN_ADMIN.KEYWORDS"|t }}: {{ plugin.keywords|join(', ') }}
{{ "PLUGIN_ADMIN.LICENSE"|t }}:{{ plugin.license }}{{ plugin.license }}
{{ "PLUGIN_ADMIN.DESCRIPTION"|t }}: {{ plugin.description_html|raw }}
{{ plugin.readme ? "PLUGIN_ADMIN.README"|t : "PLUGIN_ADMIN.DOCS"|t }}: {{ readme_link }}
{{ "PLUGIN_ADMIN.CHANGELOG"|t }}: View Changelog