{% extends '_base.html' %} {% from 'bootstrap/form.html' import render_form %} {% block content %}

Request cloudless mosaic {{ geo }}


{{ render_form(form, button_style='primary') }}


Requested dates

{% for cloudless in cloudlesses %} {% endfor %}
ID Date from Date to Tile Resolution Started? Finished?
{{ cloudless.id }} {{ cloudless.date_from }} {{ cloudless.date_to }} {{ cloudless.tile }} {{ cloudless.resolution }} {{ cloudless.started }} {{ cloudless.finished }}
{% endblock %}