{{ 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 post.is_mine %}
{% endif %}
{% elif post.file_type == 2 %}
{% elif post.file_type == 3 %}
{% elif post.file_type == 0 %}Download {{ post.file }}
{% endif %}
{% endif %}
{% if post.yt_vid %}
{% elif post.discord_vid %}
Discord embedded video
{% elif post.url %}
{% endif %}
{% empathy_content yeahs request post.has_yeah %}
{% else %}
{% comment_form post request.user %}
{% endif %}
{{ post.body }}
{% if post.file %} {% if post.file_type == 1 %}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.