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

{% if playlist.is_user_owned %}
Playlist Name

Owned By

Playlist Description

Playlist Privacy

Preferences

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

Playlist User Label

Owned By

Preferences

Danger Zone
Back
{% endif %}
{% endblock %}