{% import "bootstrap5/form.html" as wtf %}
{% extends "plugins/themes/templates/index.html" %}
{% block title %}{{ title }}{% endblock %}
{% block themes_container %}
{{ title }}
{{ i18n('plugins.themes.files.qgis_projects') }}
{{ i18n('plugins.themes.files.project') }} |
|
{% for project in projects %}
{{ project[1] }} |
|
{% endfor %}
{{ i18n('plugins.themes.files.geospatial_file') }}
{{ i18n('plugins.themes.common.layer') }} |
|
{% for layer in layers %}
{{ layer }} |
|
{% endfor %}
{{ i18n('plugins.themes.info_templates.title') }}
{{ i18n('plugins.themes.info_templates.template') }} |
|
{% for template in templates %}
{{ template }} |
|
{% endfor %}
{% endblock %}