{% extends "default.html" %} {% block pagetitle %}Poll Votes{% endblock %} {% block content %} {% if option %}
Link: {{option.parent.permalink}}
Author: @{{option.parent.author_name}}
Author Created At:
Author Truescore: {{"{:,}".format(option.parent.author.truescore)}}
Total voter truescore: {{total_ts}}
{% if total_patrons != None %}Total {{patron}}s: {{total_patrons}} | ${{total_money}}
{% endif %}# | User | User Truescore | Vote Time |
---|---|---|---|
{{loop.index}} | {% with user=vote.user %} {% include "user_in_table.html" %} {% endwith %} | {{"{:,}".format(vote.user.truescore)}} |