{% from "components/icon.html" import Icon %} {% from "components/modal.html" import Modal %} {% from "components/text_input.html" import TextInput %} {% from "components/tooltip.html" import Tooltip %} {% from "components/alert.html" import Alert %} {% extends "base_workspace.html" %} {% block workspace_content %} {% set modalName = "newProjectConfirmation" %} {% if request.args.get("newWorkspace") %} {{ Alert('Workspace created!', message="\
You are now ready to create projects and environments within the JEDI Cloud.
", level='success' ) }} {% endif %}