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

    {{ comment.creator.nickname }}

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

    {{ comment.body|linebreaksbr }}
    {% if comment.file %} {% if comment.file_type == 1 %}
    {% elif comment.file_type == 2 %}
    {% elif comment.file_type == 3 %}
    {% else %}File attached {% endif %} {% 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 %}