{% extends base_template %} {% load debusine %} {% block navbar_left %} {{ block.super }} {% endblock %} {% block content %}

{{ title }}

This is the {{ scope.label }} scope, the main entry point for everything in Debusine related to {{ scope.label }}.

This is also the main index of {{ scope.label }}-related workspaces: a workspace is where Collections and Artifacts are stored, and where Workflows can be run on them.

See Scopes documentation for more details on scopes, and Workspaces documentation for more details on workspaces.

This is a list of available workspaces you can access within {{ scope.label }}:

{% include "web/_workspace-list.html" with workspace_list=workspaces user=user only %} {% endblock %}