{{model.month}}
{{model.month > 1 ? "MESES" : "MES"}}
{{model.days}}
{{model.days > 1 ? "DIAS" : "DIA"}}
{{model.hours}}
{{model.hours > 1 ? "HORAS" : "HORA"}}
{{model.minutes}}
{{ model.minutes > 1 ? "MINUTOS" : "MINUTO"}}
{{model.seconds}}
{{model.seconds > 1 ? "SEGUNDOS" : "SEGUNDO"}}