Back to Peertube

My Video Channels.Component

client/src/app/+my-library/+my-video-channels/my-video-channels.component.html

8.1.5994 B
Original Source

@if (pagination.totalItems) { {{ getTotalTitle() }} } @if (user.isCollaboratingToChannels()) { Filter } Create video channel

@if (this.pagination.totalItems === 0) { No channel found. } @for (videoChannel of videoChannels; track videoChannel; let i = $index) {

{{ videoChannel.displayName }} @if (user.isCollaboratingToChannels()) { @if (user.isOwnerOfChannel(videoChannel)) { } @else if (user.isEditorOfChannel(videoChannel)) { } } {{ videoChannel.nameWithHost }} {videoChannel.followersCount, plural, =0 {No subscribers} =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}} {videoChannel.videosCount, plural, =0 {No videos} =1 {1 video} other {{{ videoChannel.videosCount }} videos}}·{videoChannel.totalViews, plural, =0 {No views} =1 {1 view} other {{{ videoChannel.totalViews | myNumberFormatter }} views}}

@if (isOwned(videoChannel)) { }

@if (!isInSmallView) {

@if (chartOptions && videoChannelsChartData && videoChannelsChartData[i]) { }

} }