{% extends 'notifpy/base.html' %} {% load static %} {% block title %}{{playlist.title}} | Notifpy{% endblock%} {% block body %}

{{playlist.title}}

Ordered Play Shuffled Play

{% if playlist.owned %}

Settings

{% if playlist.public %}

The playlist is currently public.

{% else %}

The playlist is currently private.

{% endif %}

{% if playlist.public %} Make private {% else %} Make public {% endif %} Delete

Title
{% csrf_token %}
Add a video
{% csrf_token %}

Write one entry, either a full link or a sole video id, per line.


{% endif %} {% endblock %}