{% extends "base.html" %}
{% block title %}{{ db_name }} - KenobiX Explorer{% endblock %}
{% block content %}
{{ db_path }}Database Overview
| Name | Documents | Indexed Fields | |
|---|---|---|---|
| {{ coll.name }} | {{ "{:,}".format(coll.count) }} | {% if coll.indexed %} {% for field in coll.indexed %} {{ field }} {% endfor %} {% else %} none {% endif %} | Browse |
No collections found in this database.