{% extends "default.html" %} {% block title %}
Author: @{{thing.author.username}}
Author Created At:
Author Truescore: {{"{:,}".format(thing.author.truescore)}}
Upvotes: {{ups | length}}
Downvotes: {{downs | length}}
# | User | User Truescore | Vote Time |
---|---|---|---|
{{loop.index}} | {% with user=vote.user %} {% include "user_in_table.html" %} {% endwith %} | {{"{:,}".format(vote.user.truescore)}} | 1599343262 %}data-time="{{vote.created_utc}}"{% endif %}> |
# | User | User Truescore | Vote Time |
---|---|---|---|
{{loop.index}} | {% with user=vote.user %} {% include "user_in_table.html" %} {% endwith %} | {{"{:,}".format(vote.user.truescore)}} | 1599343262 %}data-time="{{vote.created_utc}}"{% endif %}> |