{% from "components/icon.html" import Icon %} {% if not workspace %} {{ Icon('shield', classes='topbar__link-icon') }} JEDI Cloud {% else %} {{ Icon('shield', classes='topbar__link-icon') }} {% endif %} {% if workspace %} {{ ("Workspace " + workspace.name) }} {{ Icon('caret_up', classes='topbar__link-icon') }} {{ Icon('caret_down', classes='topbar__link-icon') }} Other Active Workspaces {% if workspaces %} {% for other_workspace in workspaces %} {{ other_workspace.name }} {{ Icon('caret_right', classes='topbar__link-icon') }} {% endfor %} {% else %} You have no other active JEDI workspaces. {% endif %} Request a new JEDI Workspace {% endif %} {{ g.current_user.first_name + " " + g.current_user.last_name }} {{ Icon('avatar', classes='topbar__link-icon') }} {{ Icon('logout', classes='topbar__link-icon') }}
You have no other active JEDI workspaces.