{% 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" ) %}

{% if is_new_project %} Add a new project {% else %} {{ project_name }} Edit project {% end %}

Project Environments

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