| Partidas restantes | 
              {{ Math.ceil(normalMatches) }} | 
              {{ Math.ceil(rushMatches) }} | 
              {{ Math.ceil(deathMatches) }} | 
            
            
              | {{ 'Tiempo faltante (' + 'Horas'.toLowerCase() + ')' }} | 
              
                {{ Math.floor(normalHours) + ':' + ((normalHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((normalHours %
                  1) * 60) }}  | 
              
                {{ Math.floor(rushHours) + ':' + ((rushHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((rushHours % 1) *
                  60) }}  | 
              
                {{ Math.floor(deathHours) + ':' + ((deathHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((deathHours % 1)
                  * 60) }}  | 
            
            
              | Juegos por día | 
              {{ Math.ceil(normalDailyGames) }} | 
              {{ Math.ceil(rushDailyGames) }} | 
              {{ Math.ceil(deathDailyGames) }} | 
            
            
              | Horas por día | 
              
                {{ Math.floor(normalDailyHours) + ':' + ((normalDailyHours % 1) * 60 < 10 ? '0' : '' ) +
                  Math.floor((normalDailyHours % 1) * 60) }}  | 
              
                {{ Math.floor(rushDailyHours) + ':' + ((rushDailyHours % 1) * 60 < 10 ? '0' : '' ) +
                  Math.floor((rushDailyHours % 1) * 60) }}  | 
              
                {{ Math.floor(deathDailyHours) + ':' + ((deathDailyHours % 1) * 60 < 10 ? '0' : '' ) +
                  Math.floor((deathDailyHours % 1) * 60) }}  |