<select class="span2 x-quality-profile">
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>