{% extends 'base.html' %} {% load humanize %} {% load static %} {% block content %}
{% if playlist.is_user_owned and not playlist.playlist_id == "LL" %}
Playlist Name
Maximum of 150 characters. Make sure the title does not contain '>' or '<'. They will be replaced by 'greater than' or 'less than' if found.

Playlist User Label

Created By

Playlist Description
Maximum of 5000 characters. Make sure the description does not contain '>' or '<'. They will be replaced by 'greater than' or 'less than' if found.

Playlist Privacy

Check for updates upon visit

{% else %}
Playlist Name on YouTube

Playlist User Label

Created By

{% if not playlist.is_yt_mix %}
Automatically check for updates upon visit

{% endif %}
{% endif %}
{% endblock %}