{% extends "base.html" %} {% block content %} {% if error %}
{{ error }}
{% endif %} {% if not geo_indexes %}

No 2dsphere or 2d index on {{ db_name }}.{{ coll_name }}. Add one from the indexes page to enable this view.

{% else %} {% if geo_fields | length > 1 %}
{% endif %}
{% endif %} {% endblock %}