{% extends "base.html" %} {% block content %} {% if error %}
| Name | Documents | Data size | Index size | Options |
|---|---|---|---|---|
| {{ c.name }} | {{ "{:,}".format(c.count) }} | {{ c.dataSize | humanize_bytes }} | {{ c.indexSize | humanize_bytes }} | {% if c.options.capped %} capped {% endif %} |
| No collections. | ||||