{% extends "_base.html" %} {% block title %}{{ super() }} Collections {% endblock %} {% block crumbs %}{{ super() }} / Collections {% endblock %} {% block body %}

Collections in this service

{% for col in data['collections'] %} {% endfor %}
Name Type Description
{{ col['title'] | striptags | truncate }} {{ col["itemType"] }} {{ col['description'] | striptags | truncate }}
{% endblock %}