{% import "bootstrap5/form.html" as wtf %} {% extends "plugins/themes/templates/index.html" %} {% block title %}{{ title }}{% endblock %} {%- block styles %} {{ super() }} {%- endblock styles %} {% block themes_container %}

{{ title }}

{% set ns = namespace(item_index=1) %} {% for item in items %} {% set item_loop = loop %} {% for layer in item['root_layer']['layers'] %} {% set ns.item_index = ns.item_index + 1 %} {% endfor %} {% endfor %}
ID {{ i18n('plugins.themes.info_templates.project') }} {{ i18n('plugins.themes.common.layer') }} {{ i18n('plugins.themes.info_templates.template') }}
{{ ns.item_index }} {{ item['name'] }} {{ layer['name'] }} {{ layer.get("info_template", {}).get("template_path", "").split("/")[-1] }}
{% endblock %}