@if (loading()) {

Loading…

} @else if (account(); as a) {
@if (!isSelf()) {
}

{{ a.display_name || a.username }}

@{{ a.acct }}
@if (reportDone()) {
Report submitted. Thanks — a moderator will review it.
} @if (a.note) {
}
{{ a.statuses_count }} posts {{ a.following_count }} following {{ a.followers_count }} followers
@for (s of statuses(); track s.id; let i = $index) { } @if (showReport()) { } @if (showLists()) { } } @else {

Account not found.

}