{% if all_posts_filtered %}
(All content on this page has been filtered)
{% else %}
{% endif %}
{% for post in posts %}
{% if post.flags.nsfw && prefs.show_nsfw != "on" %}
{% else if !post.title.is_empty() %}
{% call utils::post_in_list(post) %}
{% else %}
{% endif %}
{{ post.score.0 }}
COMMENT {{ post.rel_time }}
{{ post.body }}