{% extends "base.html" %} {% block title %}Manage {{ playlist.name }} - DigiServer v2{% endblock %} {% block content %}
{{ playlist.description }}
{% endif %}| # | Filename | Type | Duration | Audio | Edit | Actions | ||
|---|---|---|---|---|---|---|---|---|
| {% if can_edit %}{% endif %} | {% if can_edit %}⋮⋮{% endif %} | {{ loop.index }} | {% if content.content_type == 'weblink' %} {{ content.url }} {% else %} {{ content.filename }} {% endif %} | {% if content.content_type == 'image' %}📷 Image {% elif content.content_type == 'video' %}🎥 Video {% elif content.content_type == 'pdf' %}📄 PDF {% elif content.content_type == 'weblink' %}🔗 Web Link {% 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 %} | {% if can_edit %} {% else %} — {% endif %} |
No content in playlist yet. Add content from the right panel.
All available content has been added to this playlist!
You have view-only access to this playlist.
Contact an administrator to request edit access.