{% extends "default.html" %} {% block pagetitle %}Poll Votes{% endblock %} {% block content %} {% if option %}

{{option.body_html | safe}} - {{ups | length}} {% if option.exclusive == 2 %}bets{% else %}votes{% endif %}

Link: {{option.parent.permalink}}

Author: @{{option.parent.author_name}}

Author Created At:

Author Truescore: {{option.parent.author.truescore|commas}}

Total voter truescore: {{total_ts}}

{% if total_patrons != None %}

Total {{patron}}s: {{total_patrons}} | ${{total_money}}

{% endif %}
{% for vote in ups %} {% endfor %}
# User User Truescore Vote Time
{{loop.index}} {% with user=vote.user %} {% include "user_in_table.html" %} {% endwith %} {{vote.user.truescore|commas}}
{% endif %} {% endblock %}