{% extends "base.html" %} {% block content %}
{% for msg in errors %}
{{ msg }}
{% endfor %} {% if rows %} {% for row in rows %} {% include "partials/doc_row.html" %} {% endfor %}
_id Document Actions
{% if next_cursor %}
Next page →
{% endif %} {% elif not errors %}

No documents match.

{% endif %} {% endblock %}