{% extends "base.html" %} {% block title %}Manage {{ playlist.name }} - DigiServer v2{% endblock %} {% block content %}
{{ playlist.description }}
{% endif %}| # | Filename | Type | Duration | Audio | Edit | Actions | ||
|---|---|---|---|---|---|---|---|---|
| ⋮⋮ | {{ loop.index }} | {{ content.filename }} | {% if content.content_type == 'image' %}📷 Image {% elif content.content_type == 'video' %}🎥 Video {% elif content.content_type == 'pdf' %}📄 PDF {% else %}📁 Other{% endif %} | {{ content._playlist_duration or content.duration }}s | {% if content.content_type == 'video' %} {% else %} — {% endif %} | {% if content.content_type in ['image', 'pdf'] %} {% else %} — {% endif %} |
No content in playlist yet. Add content from the right panel.
All available content has been added to this playlist!