{% if statistics %} {% load workspaces %} {% for stat in statistics %} {% endfor %}
Naam Periode Min Max Gem
{{ stat.name }} {{ stat.period }} {{ stat.min|float_or_exp|default:"-" }} {{ stat.max|float_or_exp|default:"-" }} {{ stat.avg|float_or_exp|default:"-" }}
{% endif %} {# A previous 'else' message 'no statistics available' got removed, btw. #}