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

{{ title }}

Configure the list of workspaces inherited {% help "workspace_inheritance" %} by workspace {{ object.name }}.

You can edit the inheritance chain on the left by dragging and dropping workspaces in their desired position. Parent workspaces are looked up in order starting from the top of the list. To add a new workspace in the chain, drag a workspace from the "Available workspaces" list into the "Inheritance chain" list. To remove one, do the opposite move.

{% csrf_token %}
{{ form.management_form }}
Inheritance chain
Available workspaces
Cancel
{% endblock %}