{{!-- Carac Tab --}}
    
    
    {{!-- Equipment Tab --}}
    
      {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-inventaire-monnaie.html" monnaie=monnaie}}
      
Equipement chargé
      Encombrement total/max : {{numberFormat calc.encTotal decimals=2}} / {{data.capacite_encombrement}} {{calc.surEncombrementMessage}} - 
      
Créer un objet
      {{#if options.isGM}}
      
 - Vider tout les conteneurs
      {{/if}}
      
        
        {{#each 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 conteneurs as |conteneur id|}}
          {{buildConteneur this}}
          {{/each}}
      
        {{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"}}