{% if items %}
{% for stat in items %}
{% if stat.icon %}
{% if stat.icon == "chart" %}{% elif stat.icon == "users" %}{% elif stat.icon == "clock" %}{% elif stat.icon == "star" %}{% else %}{% endif %}
{% endif %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% else %}

Click + to add stat items

{% endif %}