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

10 lines
147 B
HTML
Executable File

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