<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}"/>
<h4 data-categorie="tmr" data-actor-id="{{actor._id}}">
  {{alias}} tente de {{maitrise.verbe}} {{le tmr.genre}} {{tmr.label}} ({{tmr.coord}})
</h4>
{{#if previous}}
  {{#with previous}}
    {{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
    <br><strong>Double résistance du fleuve!</strong><br>
  {{/with}}
{{/if}}
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
<hr>
<span>
{{#if rolled.isSuccess}}
  Vous parvenez à {{maitrise.verbe}} {{le tmr.genre}} {{tmr.label}} !
  {{else}}
  Vous ne parvenez pas à {{maitrise.verbe}} {{le tmr.genre}} {{tmr.label}}.
  Vous <strong>quittez les Terres Médianes</strong> !
  {{#if souffle}}
    <br>De plus, votre échec total vous fait subir un Souffle de Dragon : {{souffle.name}}
  {{/if}}
{{/if}}
</span>
{{#if poesie}}
<hr>
<span class="poesie-extrait">
  {{{poesie.extrait}}}
  <p class="poesie-reference">{{poesie.reference}}</p>
</span>
{{/if}}