{% extends base_template %} {% block content %}

{{ title }}

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 %}