forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <form class="rdd-roll-dialog">
 | |
|   <img class="chat-icon" src="{{item.img}}" title="{{item.name}}" alt="{{item.name}}" />
 | |
|   <h4>{{item.name}}</h4>
 | |
|   <label>Quantité totale : {{item.system.quantite}}</label>
 | |
|   <div class="flexrow">
 | |
|     <label class="flex-grow">Quantité à séparer</label>
 | |
|     <input class="attribute-value choix-quantite flex-shrink number-x2" type="number" name="choix.quantite" value="{{choix.quantite}}"
 | |
|       min="1" max="{{choix.max}}" data-dtype="Number" />
 | |
|   </div>
 | |
| </form>
 | |
| 
 |