{% extends "closedverse_main/layout.html" %} {% load markdown_deux_tags %} {% load closedverse_tags %}{% load closedverse_community %}{% block main-body %}

{{ post.community.name }}

{% if post.is_mine or post.can_rm %} {% if user.is_active %}
{% if post.is_mine and not post.has_edit %} {% endif %} {% if post.is_mine and post.screenshot %} {% endif %}
{% endif %} {% endif %}
{% 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 %}

{% time post.created %} {% if post.drawing %} (drawing) {% endif %} ·Spoilers {% if post.has_edit %} · Edited ({% time post.edited %}) {% endif %}

{% if post.is_mine %}
{% feeling_selector post.feeling %}
{% endif %}
{% if post.drawing %}

{% else %}

{{ 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 %}
{% elif post.screenshot %}
{% endif %} {% if post.yt_vid %}
{% elif post.discord_vid %}
Discord embedded video {% elif post.url %} {% endif %}
{% empathy_content yeahs request post.has_yeah %}

Comments

This post has no comments.

{% if all_comment_count > 20 %} {% endif %} {% post_comments comments %}

Add a Comment

{% if not request.user.is_authenticated %}

You must sign in to post a comment.

Sign in using a Cedar account to make posts and comments, as well as give Yeahs and follow users.

Create an account FAQ/Frequently Asked Questions
{% elif not post.can_comment %}

You cannot comment on this post.

{% else %} {% comment_form post request.user %} {% endif %}
{% endblock %}