{% extends "plugins/themes/templates/index.html" %} {% block title %}{{ title }}{% endblock %} {% block themes_container %} {% block scripts %} {{super()}} {% endblock scripts %}

{{ title }}

{% for key, list in themes.items() %} {% if key == "items" %}

{{ i18n('plugins.themes.themes.themes') }}

{% for item in list %} {% endfor %}
ID {{ i18n('plugins.themes.themes.theme') }} {{ i18n('interface.common.url') }}
{{ loop.index }} {{ item.name }} {{ item.url }} {{ utils.render_icon('copy') }}
{% elif key == "groups" %}

{{ i18n('plugins.themes.themes.theme_groups') }}

{% for group in list %} {% set group_loop = loop %} {% endfor %}
{% endif %} {% endfor %} {% block modals %} {% endblock modals %} {% endblock %}