{% load horizon %} {% minifyspace %}
{% for this_bar in bars %}
{% if not text %} {{ this_bar.percent }}% {% elif this_bar.percent|add:0 >= 30 %} {{ this_bar.percent }}% {% endif %}
{% if text and this_bar.percent|add:0 < 30 %} {{ this_bar.percent }}% {% endif %} {% endfor %}
{% endminifyspace %}