{% user_icon_container post.creator post.feeling %}

{{ post.creator.nickname }}

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

{% if post.yt_vid %} {% endif %} {% if post.screenshot %} {% endif %} {% if post.drawing %}

{% else %} {% if post.has_line_trun %}

{{ post.body|truncatechars:100 }}

{% else %}

{{ post.body|truncatechars:100|linebreaksbr }}

{% endif %} {% endif %} {% if post.spoils and post.creator.is_active %}

This post contains spoilers.

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

Content hidden because its creator was banned.

{% if post.creator.get_warned_reason %}

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

{% endif %}