{% if stats %} {% for key, value in stats.items() %}
{{ key }}
{{ value }}
{% endfor %} {% endif%}