{{ screen.name }}
{% if screen.id in unpublished_ids %} Draft changes {% elif screen.published_revision %} Published r{{ screen.published_revision }} {% endif %} {{ state|title }}
Remote actions
{% for action, label in [
("reload", "Restart player"),
("sync", "Sync now"),
("clear_cache", "Clear cache")
] %}
{% endfor %}
{% if commands[screen.id] %}
Latest: {{ commands[screen.id][0].action|replace("_", " ") }}
· {{ commands[screen.id][0].status }}
{% endif %}