{% extends "base_workspace.html.to" %} {% set project_id = "789" %} {% block workspace_content %} {% module Alert( "UI Mock", message="

Please note, this screen is a non-functional UI mockup.

", level="warning" ) %}

Add a new project

Project Environments

{# All instances of .usa-input groups here should be replaced with {% module TextInput(wtforms.fields.Field) %} #}
Save Project {% module Icon('x') %} Cancel
{% end %}