templates/ansi-account.tmpl
changeset 138 04cc4b4f8862
parent 124 20d514540f37
child 172 0d651f070319
equal deleted inserted replaced
137:8fdaf5e1f8fc 138:04cc4b4f8862
     1 - Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
     1 - Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
     2   UID: {{color "red"}}{{.acct}}{{color "reset"}}
     2   UID: {{color "red"}}{{.acct}}{{color "reset"}}
     3   Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}
     3   Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}
     4   Date: {{.created_at}}
     4   Date: {{.created_at | tolocal}}
     5   URL: {{color "cyan"}}{{.url}}{{color "reset"}}
     5   URL: {{color "cyan"}}{{.url}}{{color "reset"}}
     6   Statuses: {{.statuses_count}}
     6   Statuses: {{.statuses_count}}
     7   Followers: {{.followers_count}}
     7   Followers: {{.followers_count}}
     8   Following: {{.following_count}}
     8   Following: {{.following_count}}
     9 {{- with .note}}{{if ne . "<p></p>"}}
     9 {{- with .note}}{{if ne . "<p></p>"}}