{% extends "web/_base.html" %} {% block title %}List of workspaces{% endblock %} {% block content %}
A Workspace is a concept tying together a set of Artifacts and a set of Users; workspaces are also the entities upon which access control rules are built. See Workspaces documentation for more details.
This is a list of available workspaces you can access:
{% include "web/_workspace-list.html" with workspace_list=workspace_list user=user only %} {% endblock %}