{% extends "Admin.html" %} {% block title %} {% translate %} Room {% endtranslate %} {{ roomname }} {% endblock title %} {% block head %} {% endblock head %} {% block main %} {% if room.sname is none %}
{% translate %}Players can use the following URL for entering this room{% endtranslate %}:
{% endif %}
{% translate %} Determining which labels are “online” is not an exact science. Instead, uproot uses various heuristics and algorithms to make a best-effort guess at which labels were “recently seen.” {% endtranslate %}
{% translate %}
Rooms without preset labels auto-assign random labels or use acceptable labels provided through ?label=mylabel42 in the room’s URL.
{% endtranslate %}
{% translate %}This room is associated with the following session{% endtranslate %}:
{% translate %}Actions{% endtranslate %}
{% translate %}This room is associated with the following config{% endtranslate %}:
{{ room.config }}
{{ " → ".join(session_apps) }}
{% else %}{% translate %}This room is not associated with a particular config{% endtranslate %}.
{% endif %}{% translate %}Players can use the following URL for entering this room{% endtranslate %}:
{% translate %}This room is associated with the following labels{% endtranslate %}:
{% for label in room.labels %} {{ label }}{% if not loop.last %} |{% endif %} {% endfor %}
{% else %}
{% translate %}This room is not associated with any labels{% endtranslate %}.
{% endif %}{% translate %}Actions{% endtranslate %}
{% translate %}To edit room settings, first disassociate the session from this room.{% endtranslate %}