{% extends "default.html" %} {% block title %} {{'SITE_NAME' | app_config}} {% endblock %} {% block content %}

Vote Info

{% if thing %}

Info

{{thing.permalink}}

Author: @{{thing.author.username}}

Author Created At: {{thing.author.created_utc}} ({{thing.author.created_datetime}})

Upvotes: {{ups | length}}

Downvotes: {{downs | length}}

Upvotes

{% for vote in ups %} {% endfor %}
User
{{vote.user.username}}

Downvotes

{% for vote in downs %} {% endfor %}
User
{{vote.user.username}}
{% endif %} {% endblock %}