{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}create-workspace-modal{% endblock %} {% block modal_title %}Create new workspace{% endblock %} {% block modal_body %}

Please enter the name of the new workspace.

{% for field in data.workspace_form %}
{{ field.label_tag }}
{{ field }}
{% endfor %}
{% endblock %} {% block modal_footer %} {% endblock %}