Radarr/src/UI/AddMovies/BulkImport/BulkImportProfileCellTempla...

6 lines
137 B
Handlebars

<select class="col-md-2 form-control x-profile">
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>