{% extends '_layout.html' %} {% block content %}

{{ current_db }}

{% for col in collections %} {% endfor %}
Collection Count Storage Size
{{ col }} {{ stats[col]['count'] | int}} {{ stats[col]['storageSize'] | filesizeformat }}
{% endblock %}