{% for m_name, m_count in metric_list.iteritems() %}
 
{{ m_name }}
{{ m_count }}
 
{% endfor %}