{% set content_blocked = post.blocked_by_content_filter(content_filters) %} {% if content_blocked and content_blocked == '-1' %} {# do nothing - blocked by keyword filter #} {% else %}
{% if not hide_vote_buttons %} {% endif %} {% if post.image_id %} {% else %} {% if (post.type == POST_TYPE_LINK or post.type == POST_TYPE_VIDEO) and post.domain_id %} {% endif %} {% endif %}

{% if post.sticky %}{% endif %} {% if post.type == POST_TYPE_IMAGE %}{% endif %} {% if (post.type == POST_TYPE_LINK or post.type == POST_TYPE_VIDEO) and post.domain_id %} {% if post.url and (post.type == POST_TYPE_VIDEO or 'youtube.com' in post.url) %} {% elif post.url.endswith('.mp3') %} {% 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 show_post_community %}c/{{ post.community.name }}{% endif %} by {{ render_username(post.author) }} {{ moment(post.last_active if sort == 'active' else post.posted_at).fromNow() }}
{{ post.reply_count }} {% if post.type == POST_TYPE_IMAGE %} {% if post.image_id %} {% else %} {% endif %} {% endif %}
{% endif %}