{{ screen.name }}
{% if screen.id in unpublished_ids %} Draft changes {% elif screen.published_revision %} Published r{{ screen.published_revision }} {% endif %} {{ state|title }}
Offline caching needs
{{ ((report.cache_required_bytes or 0) / 1048576)|round(1) }} MiB,
but only {{ ((report.cache_available_bytes or 0) / 1048576)|round(1) }} MiB
is available. Free browser storage, then choose Sync now.
{% elif report.cache_required_bytes and report.cache_available_bytes
and report.cache_required_bytes >= report.cache_available_bytes * 0.8 %}
This revision is close to the browser's available storage limit.
{% endif %}
{% endif %}
Remote actions
{% for action, label in [
("reload", "Restart player"),
("sync", "Sync now"),
("clear_cache", "Clear cache")
] %}
{% endfor %}
{% if g.user.role == "admin" and native_agents[screen.id] %}
{% endif %}
{% if commands[screen.id] %}
Latest: {{ commands[screen.id][0].action|replace("_", " ") }}
· {{ commands[screen.id][0].status }}
{% endif %}