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

Collections in this service

{% for k, v in filter_dict_by_key_value(config['resources'], 'type', 'collection').items() %} {% endfor %}
Name Description
{{ v['title'] | striptags | truncate }} {{ v['description'] | striptags | truncate }}
{% endblock %}