{% 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 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 %}