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

8 lines
107 B
HTML
Executable File

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