{% if style.icon %} {% endif %}
{{ title }}
{% for d in points %} {% if loop.index0 < 4 %} {% set percent = ((d.value * 100) / total)|round %}

{{ d.value }} ({{ percent|int }}%) {{ d.label }}

60% Complete
{% endif %} {% endfor %}