{{!-- Carac Tab --}}
    
    
    {{!-- Compétences Tab --}}
    
      
    {{!-- blessures Tab --}}
    
      {{!-- Liste de blessures --}}
      {{> "systems/foundryvtt-reve-de-dragon/templates/actor-liste-blessures-partial.html" this}}
    
    {{!-- Equipment Tab --}}
    
      Encombrement total/max : {{numberFormat calc.encTotal decimals=2}} / {{data.attributs.encombrement.value}} {{calc.surEncombrementMessage}} - 
      
Créer un objet
      {{#if options.isGM}}
      
 - Vider tout les conteneurs
      {{/if}}
      
        
        {{#each data.objets as |item id|}}
          {{#unless item.estContenu}}
          {{#if (ne item.type 'conteneur')}}
          - 
              
              {{item.name}}
              {{item.data.quantite}}
              {{numberFormat item.data.encTotal decimals=2}}
              
           
          {{/if}}
          {{/unless}}
        {{/each}}
          {{#each data.conteneurs as |conteneur id|}}
          {{buildConteneur this}}
          {{/each}}
        
       
      {{!-- Biography Tab --}}
      
        
          {{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
        
        {{>"systems/foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html"}}