2021-01-05 18:43:13 +01:00
|
|
|
{{#if ajustements.encTotal.visible}}
|
2020-12-20 21:54:09 +01:00
|
|
|
<div class="form-group">
|
2021-01-05 18:43:13 +01:00
|
|
|
<label>Appliquer l'encombrement total comme malus ({{encTotal}}) ? </label>
|
|
|
|
<input class="attribute-value" type="checkbox" id="ajustements-encTotal-apply"
|
|
|
|
name="ajustements.encTotal.apply" {{#if ajustements.encTotal.apply}}checked{{/if}}/>
|
2020-12-20 21:54:09 +01:00
|
|
|
</div>
|
|
|
|
{{/if}}
|