{% if current_playlist %}
{% with playlists=playlists %}
{% include 'playlist/component/edit.jinja.html' %}
{% endwith %}
{% else %}
{% endif %}