templates/themes/ansi/account.tmpl
author Mikael Berthe <mikael@lilotux.net>
Thu, 11 May 2017 23:57:17 +0200
changeset 124 20d514540f37
parent 99 a179dc99a044
child 138 04cc4b4f8862
permissions -rw-r--r--
Improve text wrapping

- Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
  UID: {{color "red"}}{{.acct}}{{color "reset"}}
  Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}
  Date: {{.created_at}}
  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}}