dr.botzo/botweb/templates/karma/stats.html
2011-01-09 14:11:24 -06:00

8 lines
107 B
HTML
Executable File

<ol>
{% for value in values %}
<li>
{{ value.key }} ({{ value.value }})
</li>
{% endfor %}
</ol>