{{#if isFumble}}
    {{localize "BOL.chat.fumblemessage"}}
  {{/if}}
  {{#if fightOption}}
  
    {{localize "BOL.chat.fightoption"}} : {{fightOption.name}}
  
  {{/if}}
  {{#if initiativeRank}}
  
    {{localize "BOL.chat.initiative"}}: {{initiativeRank}}
  
  {{/if}}
  {{#if (eq mode "bougette")}}
  
    {{localize "BOL.chat.rollbougette"}} : 
    {{#if isSuccess}}
      {{localize "BOL.chat.bougettesuccess"}}
    {{else}}
      {{localize "BOL.chat.bougettefailure"}}
    {{/if}}
  
  {{/if}}
  
    {{#if isCritical}}
      
        {{#if isLegendary}}
          {{localize "BOL.chat.criticallegendaryinfo"}}
        {{else}}
          {{localize "BOL.chat.criticalinfo"}}
        {{/if}}
      
      
      {{#if (and isCritical weapon)}}
      
        {{#if isLegendary}}
          {{{localize "BOL.chat.legendaryreminder"}}}
        {{else}}
          {{{localize "BOL.chat.heroicreminder"}}}
        {{/if}}
      
      {{/if}}
    {{/if}}
    {{#if (and isSuccess weapon)}}
    {{> "systems/bol/templates/chat/rolls/attack-damage-card.hbs"}}
    {{/if}}
    {{#if (and isSuccess spell)}}
    {{> "systems/bol/templates/chat/rolls/spell-roll-card.hbs"}}
    {{/if}}
    {{#if alchemy}}
    {{> "systems/bol/templates/chat/rolls/alchemy-roll-card.hbs"}}
    {{/if}}
    {{#if (eq mode "horoscope")}}
    {{> "systems/bol/templates/chat/rolls/horoscope-roll-card.hbs"}}
    {{/if}}
    
    {{#if (count selectedHoroscope)}}
    {{> "systems/bol/templates/chat/rolls/selected-horoscope-roll-card.hbs"}}
    {{/if}}
    {{#if reroll}}
      
    {{/if}}
    {{#if (and isSuccess (not isCritical))}}
      
    {{/if}}
    {{#if isRealCritical}}
      
    {{/if}}