{{ 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.video %}
{% elif post.discord_vid %}
Discord embedded video
{% 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 %}
{% if post.lock_comments == 1 %}
{{ post.creator.nickname }} has locked the comments.
{% elif post.lock_comments == 2 %}The comments have been locked up tight.
{% else %}You cannot comment on this post.
{% endif %}
This post has no comments.