{% extends "web/_base.html" %} {% block title %}List of {{ workspace.name }} {{ category }} collections{% endblock %} {% block content %}
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 %}Name |
---|
{{ collection.name }} |
No collections.
{% endif %} {% endblock %}