{% extends "closedverse_main/layout.html" %} {% load closedverse_tags %}{% load closedverse_community %}{% block main-body %}
View {{ comment.original_post.creator.nickname }}'s post ({{ comment.original_post.trun|truncatechars:35 }}) for this comment.

{{ comment.community.name }}

{% if comment.is_mine or comment.can_rm %} {% if user.is_active %}
{% if comment.is_mine and not comment.has_edit %} {% endif %}
{% endif %} {% endif %}
{% user_icon_container comment.creator comment.feeling %}

{{ comment.creator.nickname }}

{% if not comment.creator.is_active %}

Banned

{% endif %}

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

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

{% else %}

{{ comment.body|linebreaksbr }}

{% endif %} {% if comment.screenshot %}
{% endif %}
{% empathy_content yeahs request comment.has_yeah %}
{% endblock %}