{% extends "base.html" %} {% block content %} {% if error %}
Could not list collections: {{ error }}
{% else %} {% for c in collections %} {% else %} {% endfor %}
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.
{% endif %} {% endblock %}