Back to Peertube

Video Block List.Component

client/src/app/+admin/moderation/video-block-list/video-block-list.component.html

8.1.5389 B
Original Source

{ totalRecords, plural, =0 {No video} =1 {1 video} other {{{ totalRecords | myNumberFormatter }} videos}} @if (videoBlock.type === 2) { Auto block } | | @if (videoBlock.unfederated) { Unfederated } | {{ videoBlock.createdAt | ptDate: 'short' }} | @if (videoBlock) {

Block reason:

} @if (search) { No blocked video found matching current filters. } @else { No blocked video found. }