{% extends base_template %} {% load debusine %} {% 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.
{% ui workspace as workspace_ui %} This is a list of collections you can access from the {% widget workspace_ui.place.as_link %} workspace:
{% if collection_list %}| Name | Category |
|---|---|
| {{ collection.name }} | {{ collection.category }} |
No collections.
{% endif %} {% endblock %}