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

    {{ comment.creator.nickname }}

    {% if not comment.creator.is_active %}

    Banned

    {% endif %}

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

    {% if comment.drawing %}

    {% else %}
    {{ comment.body|linebreaksbr }}
    {% endif %} {% if comment.screenshot %}
    {% endif %} {% if comment.spoils and comment.creator.is_active %}

    This comment contains spoilers.

    {% endif %} {% if not comment.creator.is_active %}

    Content hidden because its creator was banned.

    {% if comment.creator.get_warned_reason %}

    Reason: {{comment.creator.get_warned_reason}} {% endif %}

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