{{ screen.name }}
{{ screen.slug }}
{% if profile.location %}
{{ profile.location }}
{% endif %}
{% for group_name in profile.group_names %}
{{ group_name }}
{% endfor %}
{{ profile.resolution_label }} · {{ profile.orientation }}
· {{ profile.scaling_mode }}
{% if g.user.role == "admin" %}
Authenticated client setup
libresignage-client configure --server-url
{{ server_url }} --screen-slug {{ screen.slug }}
--screen-token {{ screen_tokens[screen.id] }}
Treat this token like a password. Existing clients must be reconfigured after the security upgrade or a rotation.