{{!-- Carac Tab --}}
        
          
            
            
              
              {{#each data.attributs as |attr key|}}
                  - 
                      {{attr.label}} : {{attr.value}}
                  
 
              {{/each}}
              {{#each data.sante as |point key|}}
                  - 
                      {{point.label}} : {{point.value}} / {{point.max}}
                  
 
              {{/each}}
              
          
             
           
         
        
        {{!-- Compétences Tab --}}
        
        {{!-- Biography Tab --}}
        
            {{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
        
        {{!-- Owned Items Tab --}}
        
            
            {{#each actor.items as |item id|}}
                - 
                    
                    {{item.name}}
                    
                 
            {{/each}}