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

10 lines
192 B
HTML
Raw Normal View History

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