2021-04-20 23:16:18 +02:00
|
|
|
<div class="flexrow">
|
2021-04-21 00:59:10 +02:00
|
|
|
<label for="diffConditions">Conditions</label>
|
2022-12-06 01:30:12 +01:00
|
|
|
<select name="diffConditions" data-dtype="number" {{#unless use.conditions}}disabled{{/unless}}>
|
2021-04-20 23:16:18 +02:00
|
|
|
{{#select diffConditions}}
|
2023-11-11 00:03:14 +01:00
|
|
|
{{#each ajustementsConditions as |key|}}
|
|
|
|
<option value={{key}}>{{plusMoins key}}</option>
|
2021-04-20 23:16:18 +02:00
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|