{% load otree %} {% if group.total_contribution >= 1 and group.total_contribution < 21 %}

Seus impostos permitiram a construção da INFRAESTRUTURA (FUNDAÇÃO) de uma ESCOLA para o bairro.

{% endif %} {% if group.total_contribution >= 21 and group.total_contribution < 41 %}

Seus impostos permitiram a construção das PAREDES de uma ESCOLA para o bairro.

{% endif %} {% if group.total_contribution >= 41 and group.total_contribution < 61 %}

Seus impostos permitiram a construção da COBERTURA, INSTALAÇÃO ELÉTRICA E INSTALAÇÃO HIDRÁULICA de uma ESCOLA para o bairro.

{% endif %} {% if group.total_contribution >= 61 and group.total_contribution <= 80 %}

Seus impostos permitiram a finalização da obra de uma NOVA ESCOLA para o bairro.

{% endif %}