{% load wagtailcore_tags %} {% with stats_count=value.statistics|length %}

{{ value.section_title }}

{% if value.section_subtitle %}

{{ value.section_subtitle }}

{% endif %}
{% for stat in value.statistics %}
{{ stat.number }}

{{ stat.description }}

{% endfor %}
{% endwith %}