{{ post.community.name }}
{% user_icon_container post.creator post.feeling %}
{% if post.creator.get_class.1 %}
{% user_level post.creator %}
{% endif %} {% p_username post.creator %} {% if not post.creator.is_active %}Banned
{% endif %}
{% if post.is_mine %}
{% endif %}
{% endif %}
{% if post.yt_vid %}
{% elif post.url %}
{% endif %}
{% if post.drawing %}
{% elif post.screenshot %}{{ post.body }}
{% endif %} {% if post.poll %}
{{ post.poll.num_votes }} vote{% if not post.poll.num_votes == 1 %}s{% endif %}
{% else %}">{% endif %}
{% for choice in post.poll.choices %}
{{ choice }}%
{% endfor %}
Add a Comment
{% if not request.user.is_authenticated %} {% elif not post.can_comment %}You cannot comment on this post.
This post has no comments.