{% import "bootstrap5/form.html" as wtf %} {% extends "plugins/themes/templates/index.html" %} {% block title %}{{ title }}{% endblock %} {%- block styles %} {{ super() }} {%- endblock styles %} {% block themes_container %}
ID | {{ i18n('plugins.themes.info_templates.project') }} | {{ i18n('plugins.themes.common.layer') }} | {{ i18n('plugins.themes.info_templates.template') }} | {% set ns = namespace(item_index=1) %} {% for item in items %} {% set item_loop = loop %} {% for layer in item['root_layer']['layers'] %}|
---|---|---|---|---|
{{ ns.item_index }} | {{ item['name'] }} | {{ layer['name'] }} | {{ layer.get("info_template", {}).get("template_path", "").split("/")[-1] }} |