@if (user.videoChannels.length > 1) {
Filter by a channel
This allows you to reorder playlists assigned to it
@for (channel of channels; track channel.id) { }
} @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 {{ playlist.videoChannelPosition }} {{ playlist.displayName }} {{ playlist.updatedAt | ptDate: 'short' }} @if(isRegularPlaylist(playlist)) { } {{ playlist.description }} {{ getNoResults(search) }}