@if (getFilteredChannel()) {
{ totalRecords, plural, =0 {No playlist} =1 {1 playlist} other {{{ totalRecords | myNumberFormatter }} playlists}} in {{ getFilteredChannel().displayName }} channel
} @else {
{ totalRecords, plural, =0 {No playlist} =1 {1 playlist} other {{{ totalRecords | myNumberFormatter }} playlists}}
}
Create playlist
@if (table.isColumnDisplayed('videoChannelPosition')) {
|
{{ playlist.videoChannelPosition }}
|
}
@if (table.isColumnDisplayed('videos')) {
|
}
@if (table.isColumnDisplayed('name')) {
|
}
@if (table.isColumnDisplayed('privacy')) {
|
}
@if (table.isColumnDisplayed('updatedAt')) {
{{ playlist.updatedAt | ptDate: 'short' }}
|
}
@if(isRegularPlaylist(playlist)) {
}
{{ playlist.description }}
{{ getNoResults(search) }}