sportsbet-mobile
Version:
Sportsbet mobile
18 lines (17 loc) • 388 B
HTML
<template name="betSettleNotification">
<div class="item howl-message">
{{#with bet}}
<h2>
{{#if negative profitLoss}}
Bet settled
{{else}}
Your bet won {{{format stakePlusProfit 'BTC'}}}!
{{/if}}
</h2>
{{#each data}}
{{eventName}}: <b>{{marketName}}: {{selectionName}}</b><br/>
{{/each}}
{{/with}}
<a class="close">×</a>
</div>
</template>