{% extends "Admin.html" %} {% from "Macros.html" import json_input, modal, player_count %} {% block titlearea %}
{% translate %}This session is not associated with a room.{% endtranslate %}
{% else %}{% translate %}This session is associated with a room.{% endtranslate %}
{% translate %}Actions{% endtranslate %}
{{ session.description }}
{% else %}{% translate %}None{% endtranslate %}
{% endif %}{{ session.config }}
{{ " → ".join(session.apps) }}
{% translate %}Actions{% endtranslate %}
{% endif %}
{% translate %}Total{% endtranslate %}
{% translate %}Started{% endtranslate %}
{% translate %}Dropouts{% endtranslate %}
{% translate %}The sessionwide URL is{% endtranslate %}:
{% if len(info) > 0 %}{% endif %}
{% if session.active %} {% translate %}Session is marked as active.{% endtranslate %} {% else %} {% translate %}Session is marked as inactive.{% endtranslate %} {% endif %}
{% if session._uproot_initialized %} {% translate %}Session is initialized.{% endtranslate %} {% else %} {% translate %}Session is not initialized.{% endtranslate %} {% endif %}
{% if session._uproot_testing %} {% translate %}Testing elements are displayed for all participants.{% endtranslate %} {% else %} {% translate %} Testing elements are disabled except for admins.{% endtranslate %} {% endif %}
{% if session._uproot_simulate %}{% translate %}Simulating responses.{% endtranslate %}
{% translate %}Custom settings applied via session.settings.{% endtranslate %}
{% else %}{% translate %}No custom entries in session.settings.{% endtranslate %}
{% endif %}{% translate %}Actions{% endtranslate %}
{% if not session._uproot_initialized %}
{% endif %}
watch_for_dropout().{% endtranslate %}
{% translate %}This may run new_player for players who have not started yet.{% endtranslate %}
{% translate %}Please enter a valid JSON object. For example, this inserts the fields foo (an integer) and bar (a list):{% endtranslate %}
{ "foo": -42, "bar": [10, 20, 30] }
{% translate %}Inserting fields is not considered good practice. Use this feature only when testing or in emergencies. Manual field insertions are irrevocably recorded as such in the database.{% endtranslate %}
{% endcall %} {% call modal(_, "adminmessage_send", title=_("Send message"), action_text=_("Send message"), action_handler="actuallyAdminmessageSend()") %} {{ player_count(_) }}