{% extends 'base.html' %} {% block content %} {% load percentage %} {% load bytes_human %}
{% include "sidenav.html" %}
{% include "appnav.html" %}

{{playlist.name}}

Type: {{playlist.type}}
Created: {{playlist.creation_date}}
Last Modified: {{playlist.last_modified_date}}
{% for item in playlist_items %} {% endfor %}
# Name
{{ forloop.counter }} {{ item.filename }} delete
{% endblock %}