Add a new project
{{ Tooltip(
"AT-AT allows you to organize your workspace into multiple projects, each of which may have environments.",
title="learn more"
)}}
{{ TextInput(form.name) }}
{{ TextInput(form.description, paragraph=True) }}
{% if form.environment_names.errors %}
{{ Alert("Missing Environments", message="Provide at least one environment name.", level="error") }}
{% endif %}