{{if rondatitle <= 0}} {{ block title }} RONDA PRUEBA {{ endblock }} {{else}} {{ block title }} RONDA {{rondatitle}} {{ endblock }} {{endif}} {{ block content }}

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

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

{{if player.turno == 1}}

Decidió regar {{player.kept}} horas

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

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

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