{% if post.sticky -%}{% endif -%}{{ post.title }} {% if post.type == POST_TYPE_IMAGE -%} {% endif -%} {% if post.domain_id and post.url -%} {% if post.url.endswith('.mp3') -%} {% endif -%} {% if post.type == POST_TYPE_VIDEO -%} {% endif -%} {% 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 post.deleted -%}{% 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) }}