{{#if (and options.isGM signedraconiques.length)}}
<h3>Signes draconiques</h3>
<ul class="item-list alterne-list">
  {{#each signedraconiques as |signe key|}}
    <li class="item list-item flexrow" data-item-id="{{signe._id}}" data-attribute="{{key}}" data-tooltip="Signe: {{signe.name}}">
      <img class="sheet-competence-img" src="{{signe.img}}"/>
      <span class="flex-grow-3 item-edit flex-grow"><a>{{signe.name}}</a></span> 
      <span class="flex-group-right flex-shrink">{{signe.system.difficulte}}</span>
      {{>'systems/foundryvtt-reve-de-dragon/templates/actor/item-action-controls.hbs' item=signe options=@root.options}}
    </li>
  {{/each}}
</ul>
{{/if}}