23 lines
		
	
	
		
			520 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			520 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <form class="{{cssClass}}" autocomplete="off">
 | |
|   {{> systems/fvtt-les-heritiers/templates/partial-item-header.html}}
 | |
| 
 | |
|     {{> systems/fvtt-les-heritiers/templates/partial-item-nav.html}}
 | |
| 
 | |
|     {{!-- Sheet Body --}}
 | |
|     <section class="sheet-body">
 | |
|   
 | |
|       {{> systems/fvtt-les-heritiers/templates/partial-item-description.html}}
 | |
|       
 | |
| 
 | |
|     <div class="tab details" data-group="primary" data-tab="details">
 | |
|       
 | |
|       <ul class="item-list alternate-list">
 | |
| 
 | |
|       
 | |
|       </ul>
 | |
| 
 | |
|     </div>
 | |
|       
 | |
|     </section>
 | |
| </form>
 |