{% for stat in sections.stats.items %}
{{ stat.value }}
{{ stat.label }}
{% if stat.description %}

{{ stat.description }}

{% endif %}
{% endfor %}