{% if playlist.is_user_owned %}Move or {% endif %}Copy videos to other playlist(s)!
Loading, please wait...
{% if playlist.is_user_owned %}
{% endif %}
Note: Move will delete the selected videos from this playlist. Copy won't.
{% if not playlist.confirm_before_deleting %}
Note: You have set confirm before deleting to False. Buttons below will take effect immediately when clicked.
{% else %}
{% if playlist.has_unavailable_videos %}
Note: Clicking on delete unavailable videos button will take immediate effect. All videos labelled unavailable in this playlist will be deleted from your YouTube playlist.
{% endif %}
{% if playlist.has_duplicate_videos %}
Note: Clicking on delete duplicate videos button will take immediate effect. All videos labelled duplicate in this playlist will be deleted from your YouTube playlist.
{% endif %}
{% endif %}
{% if playlist.has_unavailable_videos %}
{% endif %}
{% if playlist.has_duplicate_videos %}
{% endif %}
Deleting, please wait...
{% if playlist_items %}
{% for playlist_item in playlist_items|slice:"0:50" %}
50 %}hx-get="{% url 'load_more_videos' playlist.playlist_id order_by|default:"all" page|default:"1" %}"
hx-trigger="revealed"
hx-swap="afterend" hx-indicator="#load-more-videos-spinner" {% endif %} class="list-group-item d-flex justify-content-between align-items-center bg-transparent videos" style="background-color: #40B3A2">
{% if playlist_item.video.is_unavailable_on_yt and not playlist_item.video.was_deleted_on_yt %}
{% if playlist_item.video.has_cc %}CC{% endif %}
{% if playlist_item.video.published_at %}added to playlist on {{ playlist_item.published_at }}{% endif %}
{% if playlist_item.video.view_count == -1 %}HIDDEN{% else %}{{ playlist_item.video.view_count|intword|intcomma }}{% endif %} {% if playlist_item.video.like_count == -1 %}HIDDEN{% else %}{{ playlist_item.video.like_count|intword|intcomma }}{% endif %}
{% if playlist_item.is_duplicate %}duplicate{% endif %}
{% if playlist_item.video.playlists.count|add:"-1" != 0 %}
found in {{ playlist_item.video.playlists.count|add:"-1" }} other playlist{% if playlist_item.video.playlists.count|add:"-1" > 1 %}s{% endif %}
{% endif %}
{% if playlist_item.video.video_details_modified %}{% if playlist_item.video.was_deleted_on_yt %}went private/deleted{% else %}added{% endif %} {{ playlist_item.created_at|naturaltime }}{% endif %}
{% endif %}
{% if playlist_item.video.is_unavailable_on_yt or playlist_item.video.was_deleted_on_yt %}
{% else %}
{% if playlist.marked_as == "watching" and not playlist_item.is_duplicate %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% else %}
Playlist is empty ;-;
Consider moving/copying videos from other playlists into this playlist by copying and using this playlist's ID.