{% extends "base.html" %} {% from "partials/_macros.html" import empty_row %} {% block content %} {% if notice %}
| Name | Documents | Data size | Index size | Options | Actions |
|---|---|---|---|---|---|
| {{ c.name }} | {{ "{:,}".format(c.count) }} | {{ c.dataSize | humanize_bytes }} | {{ c.indexSize | humanize_bytes }} | {% if c.options.capped %} capped {% endif %} {% if c.options.validator %} validator {% endif %} | |