{% extends "default.html" %} {% block sidebarblock %}{% endblock %} {% block sidebarLeftblock %}{% endblock %} {% block title %} Drama {% 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}} UTC)

Counted Upvotes: {{thing.upvotes}} out of {{ups | length}}

Counted Downvotes: {{thing.downvotes}} out of {{downs | length}}

Upvotes

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

Downvotes

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