{% extends "base_viewer/page_structure.html" %} ############################################################################################################## {% block content_result %} {% block headers %} {% endblock headers %} {% if page_obj %} {% for ds in page_obj %} {% endfor %} {% else %} {% endif %}
Datasets
{% block ds_info %} {% endblock ds_info %}
No datasets found
{% endblock content_result %} ############################################################################################################## {% block pagination_button_result %} {% endblock pagination_button_result %} ############################################################################################################## {% block contentmap %}
{% csrf_token %}
{{form.polygon}}
Time coverage start (UTC):
{{form.time_coverage_start}}
Time coverage end (UTC):
{{form.time_coverage_end}}
Source:
{{form.source}}
Name (or part of the name) of parameter:
{{form.nameparameters}}
{% endblock contentmap %}