{% for key, value in list %} {% if loop.first %}
View {{ list|length|number_format }} Cache key{% if list|length > 1 %}s{% endif %} ({{ time|number_format(5) }} ms):
{% endif %} {% if loop.last %} {% endif %} {% endfor %}