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

Votes: {{ups | length}}

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