{% from "components/icon.html" import Icon %} {% from "components/alert.html" import Alert %} {% extends "base_workspace.html" %} {% block workspace_content %} {% if True %} {{ Alert('Workspace created!', message="\
You are now ready to create projects and environments within the JEDI Cloud.
", actions='', level='success' ) }} {% endif %} {% for project in workspace.projects %}