{% extends "base.html" %}
{% block title %}{{ screen.name }} · Screens · LibreSignage{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{{ profile.location or 'No location set' }} · {{ screen.name }}
{{ health_state|title }}
{% if screen.has_unpublished_changes or layout_assignment.has_unpublished_changes %}
Staged changes
{% elif screen.published_revision %}
Published r{{ screen.published_revision }}
{% else %}
Not published
{% endif %}
{{ screen.slug }}
What the player shows now and what will change next.
Last played: {{ health_report.last_content_title }}
{% endif %}Only administrators can change device settings.
Run this command on the display device. Treat its credential like a password.
libresignage-client configure --server-url {{ server_url }} --screen-slug {{ screen.slug }} --screen-token {{ screen_token }}Removing this screen permanently invalidates its player URL and cannot be undone.
Credentials, cloning, and destructive device actions are hidden from editors and viewers.