{% 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 page %}

{{ l.playlist_page_title }}

{{ HOOK(H_PLAYLIST_TOOLBAR_ACTIONS_START) }} {% if current_playlist %} {% endif %} {{ HOOK(H_PLAYLIST_TOOLBAR_ACTIONS_END) }}
{{ l.playlist_panel_empty|replace( '%link%', (''~l.playlist_button_add~'')|safe ) }}
{% if request.args.get('refresh_player') %}
{{ l.slideshow_slide_refresh_player_success|replace('%time%', request.args.get('refresh_player')) }}
{% endif %} {% if error %}
{{ l[error] }}
{% endif %}
{% 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 %}