{% if utilization >= 25 %}{{ utilization|floatformat:1 }}%{% endif %}
{% if utilization < 25 %} {{ utilization|floatformat:1 }}% {% endif %}