{% extends "base.html" %} {% from "content/_player_content.html" import render_content with context %} {% block title %}Player ยท LibreSignage{% endblock %} {% block head %} {% endblock %} {% block body %} {% if entries %} {% for entry in entries %} {{ render_content(entry.content) }} {{ entry.content.title }} {% endfor %} {% else %} {% if scheduled %} No content is scheduled now Manage schedules {% else %} No playlist content to play Manage playlists {% endif %} {% endif %} Playback complete {% if screen_slug is defined %} {% endif %} {% endblock %} {% block scripts %} {% if entries %} {% if screen_slug is defined %} {% endif %} {% endif %} {% if scheduled %} {% endif %} {% if screen_slug is defined %} {% endif %} {% endblock %}