{% if items %}
{% for stat in items %}
{{ stat.value }}{% if stat.suffix %} {{ stat.suffix }}{% endif %}
{{ stat.label }}
{% endfor %}
{% else %}
// add items to render stats
{% endif %}