{% extends "base.html" %} {% block title %}Playlist Permissions โ {{ target_user.username }}{% endblock %} {% block content %}
User: {{ target_user.username }} {{ target_user.role }}
{% if target_user.role in ('admin', 'editor') %}Select which playlists this viewer may add, remove and reorder content in. They will still be able to view all playlists regardless of this setting.
{% endif %}