{{ block content }}
{{if ronda <= 3}}

RONDA DE PRUEBA

{{else}}

RONDA {{rondatitle}}

{{endif}}

{{if player.turno == 1}} LE TOCÓ EL PRIMER TURNO {{endif}} {{if player.turno == 2}} LE TOCÓ EL SEGUNDO TURNO {{endif}}

NECESITABA {{player.demand}} HORAS

{{if player.turno == 1}}

DECIDIÓ USAR {{player.kept}} HORAS

{{endif}} {{if player.turno == 2}}

SU VECINO {{if left == 12}} CUMPLIÓ SU TURNO Y {{endif}} LE DEJÓ {{left}} HORAS

{{endif}}
{{if player.fiscalizacion }} {{if player.turno == 1}}
LE HA TOCADO FISCALIZACIÓN
{{if player.multa > 0}} Por extraer agua más de 12 horas se le ha cobrado una multa de {{player.multa|to0}} {{else}} Como ha respetado sus horas de turno no se le ha aplicado multa {{endif}}
×
{{endif}} {{endif}}
{{if player.turno == 1}}
{{if group.round_number <= 3}} {{else}} {{if group.round_number <= 8}} {{else}} {{endif}} {{endif}} 00 12 24 {{player.kept}} {{left}} {{ if player.deficit > 0 }} {{endif}}
{{endif}} {{if player.turno == 2}}
{{if group.round_number == player.evento_externo1}}
ALERTA

Hoy hubo problemas en el río y el canal estuvo cerrado algunas horas durante su turno.

×
{{endif}} {{if group.round_number == player.evento_externo2}}
ALERTA

Hoy hubo problemas en el río y el canal estuvo cerrado algunas horas durante su turno.

×
{{endif}}
{{if group.round_number <= 3}} {{else}} {{if group.round_number <= 8}} {{else}} {{endif}} {{endif}} 00 12 24 {{left}} {{player.kept_vecino}} {{ if player.deficit > 0 }} {{endif}}
{{endif}}

{{if player.deficit == 0 }} NO LE FALTÓ AGUA {{else}} {{if player.deficit == 1 }} LE FALTÓ {{ player.deficit }} HORA = ${{player.perdida|to0}} EN PÉRDIDAS {{else}} LE FALTARON {{ player.deficit }} HORAS = ${{player.perdida|to0}} EN PÉRDIDAS {{endif}} {{endif}}

Ganancia Esperada para la Temporada

${{fpay|to0}}
{{ endblock }}