<div class="list-group rounded-0">
{% for sound in instrument.sounds %}
{{ component('sound', {
sound: sound,
index: loop.index
}) }}
{% endfor %}
</div>