{% set gpm = admin.gpm() %} {% set installed = gpm.isThemeInstalled(admin.route) %} {% set isTestingRelease = gpm.isTestingRelease(theme.slug) %} {% set gumroad_loaded = false %} {% set state = 'inactive' %} {% if (config.get('system.pages.theme') == theme.slug) %}{% set state = 'active' %}{% endif %}
{{ "PLUGIN_ADMIN.VERSION"|t }}: | {{ theme.version }} | |
{{ "PLUGIN_ADMIN.AUTHOR"|t }}: | {% if theme.author.url %} {{ theme.author.name }} {% else %} {{ theme.author.name }} {% endif %} {% if theme.author.email %} - {{ theme.author.email }} {% endif %} | |
{{ "PLUGIN_ADMIN.HOMEPAGE"|t }}: | {{ theme.homepage }} | |
{{ "PLUGIN_ADMIN.DEMO"|t }}: | {{ theme.demo }} | |
{{ "PLUGIN_ADMIN.BUG_TRACKER"|t }}: | {{ theme.bugs }} | |
{{ "PLUGIN_ADMIN.KEYWORDS"|t }}: | {{ theme.keywords|join(', ') }} | |
{{ "PLUGIN_ADMIN.LICENSE"|t }}: | {% if theme.license|starts_with('http') %}{{ theme.license }} | {% else %}{{ theme.license }} | {% endif %}
{{ "PLUGIN_ADMIN.DESCRIPTION"|t }}: | {{ theme.description_html|raw }} | |
{{ theme.readme ? "PLUGIN_ADMIN.README"|t : "PLUGIN_ADMIN.DOCS"|t }}: | {{ readme_link }} | |
{{ "PLUGIN_ADMIN.CHANGELOG"|t }}: | View Changelog |