{% extends 'notifpy/base.html' %} {% load static %} {% block title %}{{playlist.title}} ∣ {{ block.super }}{% endblock %} {% block main_content %}
{% if playlist.owned %} {% if playlist.public %} {% else %} {% endif %} {% endif %}
No video in this playlist.
{% endif %}{% if playlist.public %} The playlist is public. {% else %} The playlist is private. {% endif %}
{% endif %} {% endblock %} {% block body_scripts %} {{ block.super }} {% if playlist.owned %} {% endif %} {% endblock %}