+
+ {% if config.sounds and config.sounds|length > 0 %}
+
+
+ {% for sound in config.sounds %}
+
+
+
+
+ {% endfor %}
+
+
+ {% endif %}
+
+
+
+
+ {% for sound in global_sounds %}
+
+
+
+
+ {% endfor %}
+
- {% endif %}
+
{% if (not config.sounds or config.sounds|length == 0) and (not global_sounds or global_sounds|length == 0) %}