Back to Peertube

Video Block List.Component

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

8.2.0439 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) {

@if (videoBlock.reasonHtml) { Block reason: }

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