{{#if game}}
{{#if Template.subscriptionsReady}}
This game starts {{date_from_now game.startAt}}. Sign up now to reserve a spot and you will get an email with the game starts.
{{game.name}}
{{game.desc}}
Starts {{date_landingGames game.startAt}} {{date_from_now game.startAt}}
{{numSignedUp}} / {{game.maxPlayers}} Players Signed Up
{{#if user.verifiedEmail}}
{{#if notStarted}}
{{#if alreadySignedUp}}
{{else}}
{{#if game.isProOnly}}
{{#if user.pro}}
{{else}}
{{#if hasToken}}
Signing up for this game will use one of your tokens. You have {{user.proTokens}} left.
{{else}}
This game requires a pro account. Buy a pro account or single game token in the
store.
{{/if}}
{{/if}}
{{else}}
{{/if}}
{{/if}}
{{else}}
Games has already started.
{{/if}}
{{else}}
Please verify your email before signing up for a game.
{{/if}}
Return to game list
{{else}}
{{> loading}}
{{/if}}
{{else}}
{{> loading}}
{{/if}}