{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}

Edit Playlist '{{playlist.title}}'

Delete

Edit playlist properties

{% csrf_token %} {{ form.as_table }}

Add a video

{% csrf_token %}

Edit videos

{% endblock %}