templates/ansi-account.tmpl
author Mikael Berthe <mikael@lilotux.net>
Sat, 08 Jul 2017 16:44:19 +0200
changeset 160 452865b363fb
parent 138 04cc4b4f8862
child 172 0d651f070319
permissions -rw-r--r--
Allow accounts follow-requests --account-id X --list If the account ID is specified, only this follow request will be displayed. The filter is applied /after/ the query limits (if any), so for example it shouldn't be used with --limit 1.

- 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 | 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}}