Back to Peertube

{{ account.displayName }}

client/src/app/+accounts/accounts.component.html

8.1.5599 B
Original Source

@if (account) {

ACCOUNT

{{ account.displayName }}

@if (accountUser?.blocked) { Banned }

@{{ account.nameWithHost }}

{naiveAggregatedSubscribers(), plural, =0 {No subscribers} =1 {1 subscriber} other {{{ naiveAggregatedSubscribers () }} subscribers }} @if (accountVideosCount !== undefined) { {accountVideosCount, plural, =0 {No videos} =1 {1 video} other {{{ accountVideosCount }} videos }} }

@if (hasShowMoreDescription()) { Show more... } @if (isManageable()) { Manage account } @if (hasVideoChannels() && !isManageable()) { }

{{ item.label }}

} @if (prependModerationActions) { }