{% for stat in stats %}
{{ stat.number }}{{ stat.unit | default('') }}
{{ stat.label }}
{% if stat.description %}
{{ stat.description }}
{% endif %}
{% endfor %}