{% extends "plugins/themes-admin/templates/partials/base.html" %} {% block content %} {% if (themes_list | length > 0) %} {% for key, theme in themes_list %} {% endfor %}
{{ 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 }}
{% else %}
{{ icon('palette', 'fontawesome|solid') }}

{{ tr('themes_admin_you_have_no_themes') }}

{% endif %} {% endblock %}