{% set gpm = admin.gpm() %} {% set installed = gpm.isThemeInstalled(admin.route) %} {% set isTestingRelease = gpm.isTestingRelease(theme.slug) %} {% set gumroad_loaded = false %}
{{ "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 }}: | {% if theme.license|starts_with('http') %}{{ theme.license }} | {% else %}{{ theme.license }} | {% endif %}
{{ "PLUGIN_ADMIN.DESCRIPTION"|tu }}: | {{ theme.description_html|raw }} | |
{{ theme.readme ? "PLUGIN_ADMIN.README"|tu : "PLUGIN_ADMIN.DOCS"|tu }}: | {{ readme_link }} | |
{{ "PLUGIN_ADMIN.CHANGELOG"|tu }}: | View Changelog |