{% set gpm = admin.gpm() %} {% set installed = gpm.isThemeInstalled(admin.route) %} {% set isTestingRelease = gpm.isTestingRelease(plugin.slug) %}
| {{ "PLUGIN_ADMIN.VERSION"|tu }}: | {{ theme.version }} | 
| {{ "PLUGIN_ADMIN.AUTHOR"|tu }}: | {% if theme.author.url %} {{ theme.author.name }} {% else %} {{ theme.author.name }} {% endif %} {% if theme.author.email %} - {{ theme.author.email }} {% endif %} | 
| {{ "PLUGIN_ADMIN.HOMEPAGE"|tu }}: | {{ theme.homepage }} | 
| {{ "PLUGIN_ADMIN.DEMO"|tu }}: | {{ theme.demo }} | 
| {{ "PLUGIN_ADMIN.BUG_TRACKER"|tu }}: | {{ theme.bugs }} | 
| {{ "PLUGIN_ADMIN.KEYWORDS"|tu }}: | {{ theme.keywords|join(', ') }} | 
| {{ "PLUGIN_ADMIN.LICENSE"|tu }}: | {{ theme.license }} | 
| {{ "PLUGIN_ADMIN.DESCRIPTION"|tu }}: | {{ theme.description_html|raw }} | 
| {{ "PLUGIN_ADMIN.README"|tu }}: | {{ readme_link }} |