{% set chartWidget = section.widgets.0 %} {% set colors = chartWidget.color|split(';') %}
{% for yearName, year in chartWidget.data|sort %} {% if loop.first or loop.last %} {% for id, month in year.months %} {% if loop.first %} {{ ('month.'~loop.index)|trans }} {{ yearName }} {% endif %} {% endfor %} {% endif %} {% if loop.first %} - {% endif %} {% endfor %}
#}Goal Completion