-
-
-
- {{svg "octicon-triangle-down" 14 "dropdown icon"}}
-
- {{- range $i,$a := .AllThemes -}}
- {{if eq $.SignedUser.Theme $a}}{{call $.ThemeName $a}}{{end}}
- {{- end -}}
-
-
-
-
+ {{$theme := index .AllThemes $.SignedUser.Theme}}
+ {{if $theme.Author}}
+
+
+ {{$theme.Name}}
+ by {{$theme.Author}} {{if $theme.Verified}}{{svg "octicon-verified" 16 "dropdown icon"}}{{end}}
+
+ {{if $theme.Description}}
+
"{{$theme.Description}}"
+ {{end}}
-
-
-
-
+
+ {{ctx.Locale.Tr "settings.theme_desc"}}
+
+ {{else}}
+
+ {{ctx.Locale.Tr "settings.theme_desc"}}
+
+ {{end}}
+
+