{% extends "base_workspace.html.to" %} {% block template_vars %} {% set is_new_project = False %} {% set project_name = "Code.mil" %} {% set project_id = "789" %} {% end %} {% block workspace_content %} {% module Alert( "UI Mock", message="
Please note, this screen is a non-functional UI mockup.
", level="warning" ) %} {% end %}