{% extends "views/base.html" %} {% set title = "Collections" %} {% block main %} {% for collection in pod.list_collections() %}

{{collection}}

{% set docs = collection.list_docs()|groupby('pod_path') %} {% for group in docs %} {% endfor %}
Catalog Locales
{{group.grouper}} {{group.list|length}}
{% endfor %} {% endblock %}