{% if not comment.is_rm %}{% load closedverse_tags %}
  • {% user_icon_container comment.creator comment.feeling %}

    {{ comment.creator.nickname }}

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

    {% if comment.drawing %}

    {% else %}
    {{ comment.body|linebreaksbr }}
    {% endif %} {% if comment.screenshot %}
    {% endif %} {% if comment.spoils and not comment.is_mine and not comment.creator.banned %}

    This comment contains spoilers.

    {% endif %} {% if comment.creator.banned %}

    Content hidden because {{ comment.creator.username }} was banned.

    {% if comment.creator.active_ban.reason %}

    Reason: {{comment.creator.active_ban.reason }} {% endif %}

    {% endif %}
    Yeahs{{ comment.number_yeahs }}
  • {% endif %}