sportsbet-mobile
Version:
Sportsbet mobile
17 lines (14 loc) • 600 B
HTML
<template name="2ColSbv">
<!-- Selections forced into 2 columns. Showing special bet value next to the default selection value -->
<div class="additional">
{{#each orderedSelections}}
<a class="col-sm-6 {{#if or suspended (not ../active)}}suspended{{/if}} selection">
<div class="{{#if selected}}active{{/if}}">
<span class="truncate">{{text}} {{specialBetValueText}}</span><b class="show">{{#if suspended}}N/A{{else}}{{displayOdds backOddsMultiplied}}{{/if}}</b>
<span class="clearfix"></span>
</div>
</a>
{{/each}}
<div class="clearfix"></div>
</div>
</template>