{% for statistic in statistics %} {% if statistic.number %} {% if num_of_statistics >= 6 %}
{% elif num_of_statistics == 5 %}
{% elif num_of_statistics == 4 %}
{% elif num_of_statistics == 3 %}
{% else %}
{% endif %} {% if not number_first %}

{{ statistic.heading }}

{% endif %}

{{ statistic.number }}

{% if number_first %}

{{ statistic.heading }}

{% endif %}

{{ statistic.smallprint }}

{% endif %} {% endfor %}