{% for config, error in settings_errors.items() %}
{{ _("Error in #config#:").replace("#config#", config) }}
{{ error }}
{% endfor %}
{% translate %}
Input is evaluated as a JavaScript expression. You can use comments, calculations, variables, etc. The result must be JSON-serializable.
{% endtranslate %}
{% for config, forms in settings_forms.items() %}
{% for form in forms %}
{{ form }}
{% endfor %}
{% endfor %}
{% translate %}
The session name must only use the following characters: A-Za-z0-9-._
{% endtranslate %}
{% translate %}
Insert one player name per line of text. The number of player names must match the number of players. Each player name must only use the following characters: A-Za-z0-9-._
{% endtranslate %}
{% translate %}If enabled, the app’s simulate.js file will run whenever player pages load in this session.{% endtranslate %}
{% translate %}This is useful for testing and development purposes.{% endtranslate %}