sportsbet-mobile
Version:
Sportsbet mobile
24 lines (18 loc) • 719 B
HTML
<template name="2ColSbvByOdds">
<!--
Selections forced into 2 columns.
Showing special bet value next to the default selection value.
Sorted by odds
-->
<div class="additional">
{{#each orderedByOddsSelections}}
<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>