{{!-- Carac Tab --}}
    
    
    {{!-- Equipment Tab --}}
    
      Encombrement total/max : {{numberFormat data.encTotal decimals=1}} / {{data.capacite_encombrement}} {{data.surEncombrementMessage}} - 
      
Créer un objet
      {{#if data.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}} {{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/editor-notes-mj.html"}}