<div class="flexrow utilisation-coeur"> <label class="">Ajustement de Cœur</label> <div class="select-suivant"> <img class="sheet-competence-img selected-suivant-coeur" src="{{use.coeur.img}}" data-tooltip="{{use.coeur.name}}" /> <select name="select-suivant-coeur" class="select-suivant-coeur" data-dtype="String"> <option value="">Ignorer</option> {{#each amoureux as |amour id|}} <option value="{{amour.id}}" style="background-image:url({{amour.img}});"> {{amour.name}} </option> {{/each}} </select> </div> </div>