parent
4e5588f5dd
commit
a6c653651f
@ -1,7 +1,9 @@
|
|||||||
{{#each available}}
|
{{#each items}}
|
||||||
{{#if selected}}
|
{{#with quality}}
|
||||||
<option value="{{id}}" selected="selected">{{name}}</option>
|
{{#if selected}}
|
||||||
{{else}}
|
<option value="{{id}}" selected="selected">{{name}}</option>
|
||||||
<option value="{{id}}">{{name}}</option>
|
{{else}}
|
||||||
{{/if}}
|
<option value="{{id}}">{{name}}</option>
|
||||||
|
{{/if}}
|
||||||
|
{{/with}}
|
||||||
{{/each}}
|
{{/each}}
|
Loading…
Reference in new issue