{% filter remove_whitespace %} {# tabs and new lines will be ignored #}

{% include 'post/poster_id.html' %} No. {{ post.id }}

{% if post.embed %} {{ post.embed }} {% elseif post.file == 'deleted' %} {% elseif post.file and post.file %}

File: {{ post.file }} ( {% if post.thumb == 'spoiler' %} {% trans %}Spoiler Image{% endtrans %}, {% endif %} {{ post.filesize|filesize }} {% if post.filewidth and post.fileheight %} , {{ post.filewidth}}x{{ post.fileheight }} {% if config.show_ratio %} , {{ post.ratio }} {% endif %} {% endif %} {% if config.show_filename and post.filename %} , {% if post.filename|length > config.max_filename_display %} {{ post.filename|truncate(config.max_filename_display)|bidi_cleanup }} {% else %} {{ post.filename|e|bidi_cleanup }} {% endif %} {% endif %} {% include "post/image_identification.html" %} )

{% include "post/image.html" %} {% endif %} {{ post.postControls }}
{% 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 %}

{% endfilter %}