{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %}{% trans "New workspace" %}{% endblock %} {% block content %}

{% trans "New workspace" %}

{% trans "Spin up a new site you'll own. You become its owner; invite teammates from the Users page." %}

{% csrf_token %}
{% trans "Used to resolve which Site to load when someone hits a request. Leave empty to derive from the name." %}
{% trans "Cancel" %}
{% endblock %}