{% extends 'base.html' %} {% load humanize %} {% load static %} {% block content %}

{% if playlist.is_user_owned %}
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.

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

Preferences

Danger Zone
Back
{% else %}
Playlist Name on YouTube

Playlist User Label

Created By

Preferences

Back
{% endif %}
{% endblock %}