{{ template "base.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ if .Editing }}

Edit {{ .ProjectSettings.Name }}

{{ else }}

Create a new project

{{ end }}
{{ csrftoken .Session }}
Project name:
* Required
Status:
{{/* TODO(asaf): Should this be admin only??*/}}
Hidden:
Owners:
Add
{{ range .ProjectSettings.Owners }}
{{ .Username }} {{ if ne .ID $.User.ID }} X {{ end }}
{{ end }}
{{ if .User.IsStaff }}
Admin settings
Slug:
Official:
Featured:
Bump to the top of the project index and show in the carousel.
{{ end }}
{{ if .Editing }} {{ else }} Next {{ end }}
Short description:
Plaintext only. No links or markdown.
Full description:
{{/* TODO(asaf): Replace with the full editor */}}
{{ if .Editing }} {{ else }} Next {{ end }}
Light theme logo:
Dark theme logo:
{{ if .Editing }} {{ else }} {{ end }}
{{ end }}