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

{{thing.body_html}} - {{ups | length}} votes

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