{% filter remove_whitespace %} {# tabs and new lines will be ignored #} {% if index %}
{% endif %} {% if post.embed %} {{ post.embed }} {% elseif post.file == 'deleted' %} {% elseif post.file and post.file %}

File: {{ post.file }} ( {% if post.thumb == 'spoiler' %} Spoiler Image, {% endif %} {{ post.filesize|filesize }} {% if post.filex and post.filey %} , {{ post.filex}}x{{ post.filey }} {% if config.show_ratio %} , {{ post.ratio }} {% endif %} {% endif %} {% if config.show_filename %} , {% if post.filename|length > config.max_filename_display %} {{ post.filename|truncate(config.max_filename_display) }} {% else %} {{ post.filename }} {% endif %} {% endif %} )

{% endif %}

{% if config.poster_ids %} ID: {{ post.ip|poster_id(post.id) }} {% endif %} {{ post.id }} {% if post.sticky %} Sticky {% endif %} {% if post.locked %} Locked {% endif %} {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} Locked {% endif %} {% if index %} [{% trans %}Reply{% endtrans %}] {% endif %} {{ post.postControls }}

{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}

{% if post.omitted or post.omitted_images %} {% if post.omitted %} {{ post.omitted }} post {% if post.omitted != 1 %} s {% endif %} {% if post.omitted_images %} and {% endif %} {% endif %} {% if post.omitted_images %} {{ post.omitted_images }} image repl {% if post.omitted_images == 1 %} y {% else %} ies {% endif %} {% endif %} omitted. Click reply to view. {% endif %} {% if not index %} {% endif %}
{% endfilter %} {% set hr = post.hr %} {% for post in post.posts %} {% include 'post_reply.html' %} {% endfor %}
{% if hr %}
{% endif %} {% if index %}
{% endif %}