2022-12-06 01:30:12 +01:00
|
|
|
<form class="rdd-roll-dialog">
|
2021-04-13 00:58:05 +02:00
|
|
|
<img class="chat-icon" src="{{item.img}}" title="{{item.name}}" alt="{{item.name}}" />
|
|
|
|
<h4>{{item.name}}</h4>
|
2022-09-06 23:52:21 +02:00
|
|
|
<label>Quantité totale : {{item.system.quantite}}</label>
|
2021-04-13 00:58:05 +02:00
|
|
|
<div class="flexrow">
|
|
|
|
<label class="flex-grow">Quantité à séparer</label>
|
2022-12-20 00:50:36 +01:00
|
|
|
<input class="attribute-value choix-quantite flex-shrink number-x2" type="number" name="choix.quantite" value="{{choix.quantite}}"
|
2021-04-13 00:58:05 +02:00
|
|
|
min="1" max="{{choix.max}}" data-dtype="Number" />
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|