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

{{ title }}

{{ form.csrf_token }} {{ wtf.form_field(form.upload, horizontal_columns=('lg', 2, 10), class="btn btn-default") }} {{ wtf.form_field(form.submit, horizontal_columns=('lg', 2, 10), class="btn btn-primary") }}
{% for mapthumb in mapthumbs %}
  • {{ mapthumb }}
    {{ utils.icon('trash') }}
  • {% endfor %}
    {% endblock %}