{{ define "main" }}

{{ .State.Path }}

Status

The state at path {{ .State.Path }} has {{ len .Versions }} versions and is currently {{ if eq .State.Lock nil }} unlocked. {{ else }} locked. Created: {{ .State.Lock.Created }}
Id: {{ .State.Lock.Id }}
Info: {{ .State.Lock.Info }}
Operation: {{ .State.Lock.Operation }}
Path: {{ .State.Lock.Path }}
Version: {{ .State.Lock.Version }}
Who: {{ .State.Lock.Who }}
{{ end }}
Use this page to manage the state or inspect the current and past state versions.

Operations

Edit State
{{ if .PathDuplicate }} This path already exist. {{ else if .PathError }} Path needs to be a valid absolute URL path is considered absolute when it starts with a / character. and clean A URL path is considered clean when it has no relative path elements like ../, repeated // and when it does not end with a /. URL path. {{ end }}
Danger Zone

Versions

{{ range .Versions }} {{ end }}
Created By
{{ .Created }} {{ index $.Usernames .AccountId.String }}
Go back to the states list {{ end }}