{# Variables - widget - columnName - value - width - link - chartType - chartHeight - chartItems - stages - devices #} {% for key, chartData in chartItems %}

{{ columnName[key] }}

{% if chartType is defined %} {{ chartData|json_encode }} {% endif %}
{% if stages[key] %}
{{ 'mautic.lead.lifecycle.graph.stage.cycle'|trans }}
{{ stages[key]|json_encode }}
{% endif %} {% if devices[key] %}
{{ 'mautic.lead.lifecycle.graph.device.granularity'|trans }}
{{ devices[key]|json_encode }}
{% endif %}
{% endfor %}