dr.botzo/ircbot/old-web/templates/karma/stats.html

10 lines
192 B
HTML
Executable File

{% autoescape on %}
<ol>
{% for value in values %}
<li>
<a href="{% url key_detail value.key %}">{{ value.key }}</a> ({{ value.value }})
</li>
{% endfor %}
</ol>
{% endautoescape %}