{% extends "plugins/themes/templates/index.html" %} {% block title %}{{ title }}{% endblock %} {% block themes_container %}
ID | {{ i18n('interface.common.type') }} | {{ i18n('interface.common.name') }} | {{ i18n('interface.common.title') }} | {% for layer in backgroundlayers %} |
---|---|---|---|---|
{{ loop.index }} | {{ layer.type }} | {{ layer.name }} | {{ layer.title }} | {% if layer.type == "wms" %} {{ utils.render_icon('pencil') }} {% endif %} {{ utils.render_icon('trash') }} |