{{ roulettes[status.RouletteCode] }}
{{ dungeons[status.DungeonCode] }}
--:--
{{ status.Remains }}
{{ Math.floor(status.ExpectedWaitTimeSeconds / 60) < 10 ? "0" + Math.floor(status.ExpectedWaitTimeSeconds / 60) : Math.floor(status.ExpectedWaitTimeSeconds / 60) }}:{{ Math.floor(status.ExpectedWaitTimeSeconds % 60) < 10 ? "0" + Math.floor(status.ExpectedWaitTimeSeconds % 60) : Math.floor(status.ExpectedWaitTimeSeconds % 60) }}
{{ Math.floor(status.LLSWaitTimeSeconds / 60) < 10 ? "0" + Math.floor(status.LLSWaitTimeSeconds / 60) : Math.floor(status.LLSWaitTimeSeconds / 60) }}:{{ Math.floor(status.LLSWaitTimeSeconds % 60) < 10 ? "0" + Math.floor(status.LLSWaitTimeSeconds % 60) : Math.floor(status.LLSWaitTimeSeconds % 60) }}