{% 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 post.image_id %} {% endif %}

{% if post.type == POST_TYPE_IMAGE %}{% endif %} {% if post.type == POST_TYPE_LINK and post.domain_id %} {% if post.url and 'youtube.com' in post.url %} {% endif %} {% endif %} {% if post.reports and current_user.is_authenticated and post.community.is_moderator(current_user) %} {% 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 %}