{% if post.omitted or post.omitted_images %}
{% if post.omitted %}
{% trans %}
1 post
{% plural post.omitted %}
{{ count }} posts
{% endtrans %}
{% if post.omitted_images %}
{% trans %}and{% endtrans %}
{% endif %}
{% endif %}
{% if post.omitted_images %}
{% trans %}
1 image reply
{% plural post.omitted_images %}
{{ count }} image replies
{% endtrans %}
{% endif %} {% trans %}omitted. Click reply to view.{% endtrans %}
{% endif %}
{% if not index %}
{% endif %}
{% endfilter %}
{% set iparray = [post.ip] %}
{% set hr = post.hr %}
{% for post in post.posts %}
{% if post.ip not in iparray %}
{% set iparray = iparray|merge([post.ip]) %}
{% endif %}
{% include 'post_reply.html' %}
{% endfor %}
{% if mod and not index %}