{% if statistics %}
Naam | Min | Max | Gem | Aantal onder {{ snippet_group.boundary_value|default_if_none:"(geen)" }} | Aantal boven {{ snippet_group.boundary_value|default_if_none:"(geen)" }} | 25 Percentiel | 75 Percentiel |
---|---|---|---|---|---|---|---|
{{ stat.name }} | {{ stat.min|floatformat:2|default:"-" }} | {{ stat.max|floatformat:2|default:"-" }} | {{ stat.avg|floatformat:2|default:"-" }} | {{ stat.count_lt|floatformat|default:"-" }} | {{ stat.count_gte|floatformat|default:"-" }} | {{ stat.percentile|floatformat:2|default:"-" }} | {{ stat.percentile_75|floatformat:2|default:"-" }} |
Geen statistieken beschikbaar.
{% endif %}