templates/themes/ansi/account.tmpl
author Mikael Berthe <mikael@lilotux.net>
Wed, 21 Mar 2018 13:26:22 +0100
changeset 207 56afbe03a7d4
parent 195 1c655ba64ecf
child 234 f5cd55622194
permissions -rw-r--r--
Printers: Display moved accounts (PlainPrinter + templates)

- Account ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
  UID: {{color "red"}}{{.acct}}{{color "reset"}}
  Display name: {{color "black,,bold"}}{{.display_name}}{{color "reset"}}
  Date: {{.created_at | tolocal}}
  URL: {{color "cyan"}}{{.url}}{{color "reset"}}
  Statuses: {{.statuses_count}}
  Followers: {{.followers_count}}
  Following: {{.following_count}}
{{- with .note}}{{if ne . "<p></p>"}}
  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 "black,,bold"}}{{.display_name}}{{color "reset"}}{{end}}