{% filter remove_whitespace %} {# tabs and new lines will be ignored #}
{% if not index %}{% endif %}
1%}style='clear:both'{%endif%}>
{% include 'post/fileinfo.html' %}

{% include 'post/poster_id.html' %}  {% if post.sticky %} {% if config.font_awesome %} {# Keep this space #} {% else %} {# Keep this space #} Sticky {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} {# Keep this space #} {% else %} {# Keep this space #} Locked {% endif %} {% endif %} {% if post.sage and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} {# Keep this space #} {% else %} {# Keep this space #} Bumplocked {% endif %} {% endif %} {% if post.cycle %} {% if config.font_awesome %} {# Keep this space #} {% else %} {# Keep this space #} Cyclical {% endif %} {% endif %}

{% include 'post/post_controls.html' %}
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %} {% if post.modifiers['ban message'] %} {{ config.mod.ban_message|sprintf(post.modifiers['ban message']) }} {% endif %} {% if post.modifiers['warning message'] %} {{ config.mod.warning_message|sprintf(post.modifiers['warning message']) }} {% endif %}
{% 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 %} {# Keep the space, we need it for bellow #} {% endif %} {% endif %} {% if post.omitted_images %} {% trans %} 1 image reply {% plural post.omitted_images %} {{ count }} image replies {% endtrans %} {% endif %} {% trans %}omitted.{% 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 not index %}
Unique IPs: {{ iparray|length }}
{% endif %} {% if hr %}
{% endif %}