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