dr.botzo/web/templates/karma/stats.html

10 lines
147 B
HTML
Raw Normal View History

2011-02-20 13:45:39 -06:00
{% autoescape on %}
<ol>
{% for value in values %}
<li>
{{ value.key }} ({{ value.value }})
</li>
{% endfor %}
</ol>
2011-02-20 13:45:39 -06:00
{% endautoescape %}