{{/*### TitleBar=Authorized applications KyutGrill=settings2.jpg Include=menu.html MinPrivileges=2 */}} {{ define "tpl" }} {{ $ := . }}
{{ template "settingsSidebar" . }}
{{ .T "From here you can check all the applications you granted authorization to your account, and revoke their permissions if necessary." }}
{{ $csrf := csrfGenerate .Context.User.ID }} {{ with .RequestInfo.apps }} {{ range . }} {{ end }}
{{ if .Avatar }} {{ end }} {{ .Name }}
{{ .Scopes $.Gin }}
{{ $.T "Authorization created %s" (timeFromTime .CreatedAt) | html }}
{{ $.T "Owner" }} {{ $csrf }} {{ ieForm $.Gin }}
{{ else }} {{ $.T "... but it looks like you have none!" }} {{ end }}
{{ end }}