{% extends "base.html" %} {% block content %}
Indexes Explain plan Schema Geo
{% for msg in errors %}
{{ msg }}
{% endfor %} {% if rows %} {% for row in rows %} {% include "partials/doc_row.html" %} {% endfor %}
_id Document Actions
{% if next_cursor or not is_first_page %}
{% if not is_first_page %} ← First page {% endif %} {% if next_cursor %} Next page → {% endif %}
{% endif %} {% elif not errors %} {% if raw_filter and raw_filter.strip() %}

No documents in {{ db_name }}.{{ coll_name }} match the filter.

{% else %}

No documents in {{ db_name }}.{{ coll_name }}.

{% endif %} {% endif %} {% endblock %}