{{if group.round_number <= 5}}
{{ block title }}
TURNO {{player.id_in_group}}
{{ if player.id_in_group == 1 }}
{{ 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 es {{player.payoff}}
{{ else }}Su vecino decidió regar {{ group.kept }} horas
{{ 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 es {{player.payoff}}
{{ endif }} {{ endblock }}