templates/themes/ansi-dark/account.tmpl
changeset 207 56afbe03a7d4
parent 172 0d651f070319
child 234 f5cd55622194
--- a/templates/themes/ansi-dark/account.tmpl	Wed Mar 21 00:42:51 2018 +0100
+++ b/templates/themes/ansi-dark/account.tmpl	Wed Mar 21 13:26:22 2018 +0100
@@ -10,3 +10,7 @@
   Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 79 | trim}}{{color "reset"}}{{end}}{{end}}
 {{- if eq .locked true}}
   Locked: true{{end}}
+{{- with .moved}}
+  MOVED to account ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
+    UID: {{color "red"}}{{.acct}}{{color "reset"}}
+    Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}{{end}}