{% extends "viewer/site_base.html" %} {% load staticfiles %} {% load leaflet_tags %} {% load bootstrap_tags %} {% block body %}
{% if greeting %}

{{ greeting }}

{% else %}

Geo-SPaaS catalog viewer

{% endif %}
{% csrf_token %} {{ form|as_bootstrap }} {% comment %} {{ form.polygon }} {% endcomment %}
RELOAD
{% if params %} {% for pp in params %} {% endfor %} {% endif %}
Visualizations
{% endblock %} {% block extra_script %} {% comment %} {{ visualizations.anomaly_of_surface_backwards_doppler_centroid_frequency_shift_of_radar_wave }} {% endcomment %} {% for pp, vlist in visualizations.iteritems %} {{ pp }} {% endfor %} {% endblock %}