{% if plugin.author %} {% endif %} {% if plugin.homepage %} {% endif %} {% if plugin.demo %} {% endif %} {% if plugin.bugs %} {% endif %} {% if plugin.keywords %} {% endif %} {% if plugin.license %} {% 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 %}
{{ "PLUGIN_ADMIN.AUTHOR"|tu }}: {% if plugin.author.url %} {{ plugin.author.name }} {% else %} {{ plugin.author.name }} {% endif %} {% if plugin.author.email %} - {{ plugin.author.email }} {% endif %}
{{ "PLUGIN_ADMIN.HOMEPAGE"|tu }}: {{ plugin.homepage }}
{{ "PLUGIN_ADMIN.DEMO"|tu }}: {{ plugin.demo }}
{{ "PLUGIN_ADMIN.BUG_TRACKER"|tu }}: {{ plugin.bugs }}
{{ "PLUGIN_ADMIN.KEYWORDS"|tu }}: {{ plugin.keywords|join(', ') }}
{{ "PLUGIN_ADMIN.LICENSE"|tu }}: {{ plugin.license }}
{{ "PLUGIN_ADMIN.DESCRIPTION"|tu }}: {{ plugin.description_html|raw }}
{{ "PLUGIN_ADMIN.README"|tu }}: {{ readme_link }}