templates/themes/ansi/account.tmpl
changeset 207 56afbe03a7d4
parent 195 1c655ba64ecf
child 234 f5cd55622194
equal deleted inserted replaced
206:102b34bb2c28 207:56afbe03a7d4
     8   Following: {{.following_count}}
     8   Following: {{.following_count}}
     9 {{- with .note}}{{if ne . "<p></p>"}}
     9 {{- with .note}}{{if ne . "<p></p>"}}
    10   Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 79 | trim}}{{color "reset"}}{{end}}{{end}}
    10   Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 79 | trim}}{{color "reset"}}{{end}}{{end}}
    11 {{- if eq .locked true}}
    11 {{- if eq .locked true}}
    12   Locked: true{{end}}
    12   Locked: true{{end}}
       
    13 {{- with .moved}}
       
    14   MOVED to account ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
       
    15     UID: {{color "red"}}{{.acct}}{{color "reset"}}
       
    16     Display name: {{color "black,,bold"}}{{.display_name}}{{color "reset"}}{{end}}