← Back to RTube

{{ playlist.name }}

{{ playlist.video_count() }} video{{ 's' if playlist.video_count() != 1 else '' }} • Created by {{ playlist.owner_username }} • {{ playlist.created_at.strftime('%Y-%m-%d') }}
{% if playlist.description %}
{{ playlist.description }}
{% endif %} {% if is_owner or can_delete %}
{% if is_owner %} Edit {% endif %} {% if can_delete %}
{% endif %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if playlist.videos %} {% else %}

This playlist is empty. Add videos while watching them!

{% endif %}