{% extends "default.html" %} {% block title %} {{SITE_NAME}} {% endblock %} {% block content %} {% if thing %}
	

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

{% for vote in ups %} {% endfor %}
User User Truescore Vote Time
{{vote.user.username}} {{vote.user.truecoins}}
{% endif %} {% endblock %}