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

{{ title }}

{% for key, list in themes.items() %} {% if key == "items" %}
{% for item in list %} {% endfor %}
ID Theme Url
{{ loop.index }} {{ item.name }} {{ item.url }} {{ utils.icon('copy') }}
{% elif key == "groups" %}
{% for group in list %} {% set group_loop = loop %} {% endfor %}
{% endif %} {% endfor %} {% endblock %}