{% for query in queries %} {% endfor %}
Time (ms) Operation Collection Query Skip Limit
{{ query.time|floatformat:"4" }} {{ query.operation|title }} {{ query.collection }} {{ query.query|pprint }} {% if query.skip %}{{ query.skip }}{% endif %} {% if query.limit %}{{ query.limit }}{% endif %}