UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
lottery
/
lotteryUserTickets.html
16 lines
(11 loc)
•
290 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template name=
"lotteryUserTickets"
> <section
class
="
lottery
">
{{>lotteryMenu}} {{
#if usableTickets}}
<div
class
="
unused
-
tickets
pull
-
right
"> <
div
>
You
have
<
b
>
{
{usableTickets}
}<
/b> free tickets</di
v> <
/div> {{/i
f}} {{>lotteryUserTicketsList}} <
/section> </
template>