mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
9 lines
259 B
Handlebars
9 lines
259 B
Handlebars
{{#eachReverse items}}
|
|
{{#with quality}}
|
|
{{#if selected}}
|
|
<option value="{{id}}" selected="selected">{{name}}</option>
|
|
{{else}}
|
|
<option value="{{id}}">{{name}}</option>
|
|
{{/if}}
|
|
{{/with}}
|
|
{{/eachReverse}} |