{% extends "web/_base.html" %} {% block title %}List of {{ workspace.name }} {{ category }} collections{% endblock %} {% block content %}

{{ workspace.name }} {{ category }} collections

A Collection is a set of artifacts or other collections that are intended to be used together. See Collections documentation for more details.

This is a list of {{ category }} collections you can access from the {{ workspace.name }} workspace:

{% if collection_list %} {% for collection in collection_list %} {% endfor %}
Name
{{ collection.name }}
{% else %}

No collections.

{% endif %} {% endblock %}