templates/themes/ansi-dark/account.tmpl
changeset 234 f5cd55622194
parent 207 56afbe03a7d4
equal deleted inserted replaced
233:a141105804f7 234:f5cd55622194
     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 {{- if eq .bot true}}
       
    14   Bot: true{{end}}
    13 {{- with .moved}}
    15 {{- with .moved}}
    14   MOVED to account ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
    16   MOVED to account ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
    15     UID: {{color "red"}}{{.acct}}{{color "reset"}}
    17     UID: {{color "red"}}{{.acct}}{{color "reset"}}
    16     Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}{{end}}
    18     Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}{{end}}
       
    19 {{- with .source}}
       
    20   Default Privacy: {{.privacy}}
       
    21   Sensitive by default: {{.sensitive}}
       
    22 {{- if .language}}
       
    23   Default Language: {{.language}}{{end}}{{end}}
       
    24 {{- range .fields}}
       
    25   . {{color ",,bold"}}Profile metadata: {{color "cyan"}}{{.name}}{{color "reset"}} ยป {{.value | fromhtml | wrap "    " 79 | trim }}{{end}}