<form class="rdd-roll-dialog">
  <h2>{{alias}} jouer à {{oeuvre.name}}</h2>

  <div class="grid grid-2col">
    <div class="flex-group-left">
      <img class="chat-icon" src="{{competence.img}}" data-tooltip="{{competence.name}}"/>
      <div class="grid grid-2col">
        <label>Type:</label><label class="flex-grow">{{oeuvre.system.type}}</label>
        <label for="carac">Caractéristique:</label>{{>"systems/foundryvtt-reve-de-dragon/templates/partial-select-carac.html"}}
        <label>{{competence.name}}:</label><label class="flex-grow">{{plusMoins competence.system.niveauReel}}</label></label>
        <label>Niveau de base:</label><label class="flex-grow">{{oeuvre.system.base}}</label>
      </div>
    </div>
    <div class="flex-group-left">
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffLibre.html"}}
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-forcer.html"}}
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
      <div class="placeholder-ajustements" class="flexrow"></div>
    </div>
  </div>
  {{> "systems/foundryvtt-reve-de-dragon/templates/partial-description-overflow.html" oeuvre.system}}

  <div class="placeholder-resolution"></div>
</form>