{% if statistics %} {% load workspaces %} {% for stat in statistics %} {% endfor %}
Naam Periode Min Max Gem Aantal onder (grenswaarde) Aantal boven (grenswaarde) Percentiel
{{ stat.name }} {{ stat.period }} {{ stat.min|float_or_exp|default:"-" }} {{ stat.max|float_or_exp|default:"-" }} {{ stat.avg|float_or_exp|default:"-" }} {{ stat.count_lt|floatformat|default:"" }} ({{ stat.boundary_value|floatformat:"-2"|default:"stel grenswaarde in" }}) {{ stat.count_gte|floatformat|default:"" }} ({{ stat.boundary_value|floatformat:"-2"|default:"stel grenswaarde in" }}) {{ stat.percentile|floatformat|default:"" }} ({{ stat.percentile_value|floatformat|default:"-" }} percentiel)
{% endif %} {# A previous 'else' message 'no statistics available' got removed, btw. #}