{{ value.title }}
{% if value.chart_type == 'card' %}
{% for item in value.chart_data %}
{{ item.value }}
{{ item.label }}
{% endfor %}
{% else %} {% endif %}
{% if value.chart_type != 'card' %} {% endif %}