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

{{ title }}

{{ utils.icon('plus') }} WMS {{ utils.icon('plus') }} WMTS
{% for layer in backgroundlayers %} {% endfor %}
ID Type Name Title
{{ loop.index }} {{ layer.type }} {{ layer.name }} {{ layer.title }} {{ utils.icon('trash') }}
{% endblock %}