{% extends 'base.jinja.html' %} {% block page_title %} {{ l.playlist_page_title }} {% endblock %} {% block add_css %} {{ HOOK(H_PLAYLIST_CSS) }} {% endblock %} {% block add_js %} {{ HOOK(H_PLAYLIST_JAVASCRIPT) }} {% endblock %} {% block body_class %}view-playlist-list{% endblock %} {% block top_page %}
{{ HOOK(H_PLAYLIST_TOOLBAR_ACTIONS_START) }} {% if current_playlist %} {% if not current_playlist.enabled %} {% elif current_playlist.fallback %} {% else %} {% endif %} {% endif %} {{ HOOK(H_PLAYLIST_TOOLBAR_ACTIONS_END) }}
{{ l.playlist_panel_empty|replace( '%link%', (''~l.playlist_button_add~'')|safe ) }}
{% endblock %} {% block main_page %}
{% with playlists=playlists %} {% include 'playlist/component/table.jinja.html' %} {% endwith %}
{% if current_playlist %} {% with playlists=playlists %} {% include 'playlist/component/edit.jinja.html' %} {% endwith %} {% else %}
{% endif %}
{% endblock %}