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

{{ workspace.name }} 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 collections you can access from the {{ workspace.name }} workspace:

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

No collections.

{% endif %} {% endblock %}