{{/*### TitleBar=Edit OAuth 2 Application KyutGrill=dev.jpg MinPrivileges=2 Include=menu.html HugeHeadingRight=true */}} {{ define "tpl" }} {{ $ := . }}
{{ template "devSidebar" . }}
{{ $app := .RequestInfo.app }} {{ $id := .Gin.Query "id" }} {{ if $app }} {{ if $app.ID }}
{{ with $app.Avatar }} Avatar {{ end }}

{{ $app.ID }}

{{ end }}
{{ csrfGenerate .Context.User.ID }} {{ ieForm .Gin }}
{{ if ne $id "new" }}
{{ csrfGenerate $.Context.User.ID }} {{ ieForm $.Gin }}
{{ end }}
{{ if ne $id "new" }} {{ end }}
{{ else }} That application could not be found! {{ end }}
{{ end }}