{% if post.sticky -%}{% endif -%}{{ post.title }}
{% if post.domain_id -%}
{% if post.url and 'youtube.com' in post.url -%}
{% elif post.url.endswith('.mp3') -%}
{% endif -%}
({{ post.domain.name }})
{% 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 -%}c/{{ post.community.name }}{% endif -%}
by {{ render_username(post.author) }}
{% include "post/post_teaser/_utilities_bar.html" %}