{% extends "plugins/themes-admin/templates/partials/base.html" %} {% block content %} {% if (themes_list | length > 0) %}
{{ tr('themes_admin_theme') }} | {{ tr('themes_admin_description') }} | {{ tr('themes_admin_author') }} | {{ tr('themes_admin_version') }} | ||
---|---|---|---|---|---|
{{ icon('palette', 'fontawesome|solid') }} | {{ theme.manifest.name }} | {{ theme.manifest.description }} | {{ theme.manifest.author.name }} | {{ theme.manifest.version }} |
{% if key == flextype.registry.get('plugins.site.settings.theme') %}
{% else %}
{{ icon('star', 'fontawesome|regular') }}
{{ tr('themes_admin_activate') }}
{% endif %}
{{ icon('info-circle', 'fontawesome|solid') }}
{{ tr('themes_admin_information') }}
{{ icon('cog', 'fontawesome|solid') }}
{{ tr('themes_admin_settings') }}
|