Additional Settings
{% for key, label in editable_settings %}
{% if key not in ['default_tts_service', 'default_tts_voice', 'default_tts_model', 'fallback_spotify_refresh_token', 'spotify_region', 'allow_signups'] %}
{% if key == 'enable_public_rounds' %}
{% else %}
{% endif %}
{% if key == 'max_songs_per_round' %}
Maximum number of songs that can be included in a music round
{% elif key == 'enable_public_rounds' %}
Allow users to make their music rounds publicly accessible
{% endif %}
{% endif %}
{% endfor %}