@if (playlist) { }
Share @if (isRegularPlaylist(playlist)) { }
@if (pagination.totalItems === 0) {
No videos in this playlist.
Browse videos on PeerTube to add them in your playlist.
See the documentation for more information.
}
@for (playlistElement of playlistElements; track trackByFn($index, playlistElement)) {
}