{{ title }}
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% set colors = ['#4dabf7', '#ff922b', '#51cf66', '#f06595', '#845ef7', '#339af0'] %} {% for dim in dimensions %} {% if dim.percentage > 0 %}
{% endif %} {% endfor %}
{% for dim in dimensions %} {% if dim.percentage > 0 %}
{{ dim.name }}
{{ dim.percentage }}%
{{ dim.comment }}
{% endif %} {% endfor %}
Summary
{{ summary }}