{% set bg_colors = ['#ff9900', '#e68a00', '#cc7a00', '#b36b00', '#995c00', '#804d00'] %}
{% set txt_colors = ['#000', '#000', '#fff', '#fff', '#fff', '#fff'] %}
{% for dim in dimensions %}
{% if dim.percentage > 0 %}
{{ dim.name }}
{% endif %}
{% endfor %}