dr.botzo/ircbot/old-web/templates/karma/givers.html
Brian S. Stephan e7b132348f actually i need to call this ircbot
so i don't collide with the django dr_botzo
2014-03-16 09:18:17 -05:00

10 lines
199 B
HTML
Executable File

{% autoescape on %}
<ul>
{% for user in users %}
<li>
{{ user.who }} - {{ user.pos }} positive, {{ user.neg }} negative, {{ user.total }} total
</li>
{% endfor %}
</ul>
{% endautoescape %}