{% if post.sticky -%}{% endif -%} {% if post.type == POST_TYPE_IMAGE -%} {% endif -%} {% if post.nsfw -%}nsfw{% endif -%} {% if post.nsfl -%}nsfl{% endif -%} {% if post.reports > 0 and current_user.is_authenticated and post.community.is_moderator(current_user) -%} {% endif -%} {% if post.sticky -%}{% endif -%}

{% if show_post_community -%} {% if post.community.icon_id and not low_bandwidth %}Community icon{% endif -%} c/{{ post.community.name }}{% endif -%} by {{ render_username(post.author) }} {% if post.image_id and not low_bandwidth -%}
{{ post.image.alt_text if post.image.alt_text else '' }}
{% endif -%} {% if post.body_html -%}
{{ first_paragraph(post.body_html) | safe }}
{% endif -%} {% include "post/post_teaser/_utilities_bar.html" %}