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

{{ d.value }} ({{ percent|int }}%) {% if d.label|length > 20 %}{{ d.label[:20] }}[...]{% else %}{{ d.label }}{% endif %}

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