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

RONDA DE PRUEBA

{{else}}

RONDA {{rondatitle}}

{{endif}}

Se le asignó el TURNO {{player.turno}}

Usted necesitaba {{player.demand}} horas de riego

{{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}}

Decidió regar {{player.kept}} horas

{{endif}} {{if player.turno == 2}}
{{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}}

Su vecino decidió regar {{player.kept_vecino}} horas

{{if group.round_number == player.evento_externo1}}

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

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

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

{{endif}}
{{endif}}

{{if player.deficit == 0 }} Hoy no le faltó agua {{else}} {{if player.deficit == 1 }} Hoy le faltó {{ player.deficit }} hora de riego. {{else}} Le faltaron {{ player.deficit }} horas de riego. {{endif}} {{endif}}

Su ganancia en esta ronda es {{player.payoff}}

{{ endblock }}