{% extends "mongoadmin/base.html" %} {% block breadcrumbs %} {% endblock %} {% block content %} {#

✚ Add collection

#}

Database "{{ database }}"

{% for collection in collections %} {% endfor %}
Collection name
{{ collection }}
{% endblock %}