{% extends "default.html" %} {% block pagetitle %}Poll Votes{% endblock %} {% block content %} {% if thing %}
# | User | User Truescore | Vote Time |
---|---|---|---|
{{loop.index}} | {% with user=vote.user %} {% include "user_in_table.html" %} {% endwith %} | {{"{:,}".format(vote.user.truescore)}} |