{{#if game}}
{{#if Template.subscriptionsReady}}
{{game.name}}
{{game.desc}}
Started {{date_landingGames game.startAt}} {{date_from_now game.startAt}}
{{game.numPlayers}} / {{game.maxPlayers}} Players
{{#if user.verifiedEmail}}
{{#if game.isProOnly}}
{{#if user.pro}}
{{else}}
This game requires a pro account.
{{#if hasProToken}}
Joining this game will use one of your tokens. You have {{user.proTokens}} left.
{{else}}
Buy a pro account or single game token in the
store.
{{/if}}
{{/if}}
{{else}}
{{/if}}
{{else}}
Please verify your email before joining a game.
{{/if}}
Return to game list
{{else}}
{{> loading}}
{{/if}}
{{else}}
{{> loading}}
{{/if}}