Hello,   I have make a rolltemplate and the helpers functions don't work in this template but work in an other. Anyone have ideas why ?     <  rolltemplate   class = "sheet-rolltemplate-degats"  >        <  table  >            {{  #perso  }}                <  td   class=  "name"  ><  b  >  {{  perso  }}  </  b  ></  td  ></  tr  >                <  tr  ><  td   class=  "famname"  ><  b  >  {{  familier  }}  </  b  ></  td  ></  tr  >                <  tr  ><  td  ><  hr / ></  td  ></  tr  >            {{  /perso  }}                <  tr  ><  th  >  {{  name  }}  </  th  ></  tr  >            {{  #RollDegats  }}                <  tr  >                    <  td   class=  "tcat"  > Dégats :  {{  RollDegats  }}  </  td  >                </  tr  >            {{  /RollDegats  }}            {{  #Roll  }}                <  tr  >                    <  td   class=  "tcat"  > Effet :  {{  effet  }}  </  td  >                </  tr  >                <  tr  >                    <  td   class=  "tcat"  > Chance :  {{  pourcentage  }}  % </  td  >                </  tr  >                <  tr  >                    <  td   class=  "tcat"  > Jet :  {{  Roll  }}  </  td  >                </  tr  >                <  br  >                <  tr  >                {{  #rollGreater ()  Roll   pourcentage  }}                    <  td   class=  "diceresult"   style=  "color:red; font-size: large;"  > Non ! </  td  >                {{  /rollGreater () Roll pourcentage }}                {{  #rollLess ()  Roll   pourcentage  }}                    <  td   class=  "diceresult"   style=  "color:green; font-size: large;"  > Oui </  td  >                {{  /rollLess () Roll pourcentage }}                </  tr  >            {{  /Roll  }}            {{  #RollTour  }}                <  tr  >                    <  td   class=  "tcat"  > Nb tour :  {{  RollTour  }}  </  td  >                </  tr  >            {{  /RollTour  }}        </  table  >    </  rolltemplate  >     The result