{% filter remove_whitespace %} {# tabs and new lines will be ignored #}
{% trans %}File:{% endtrans %} {{ post.file }} ( {% if post.thumb == 'spoiler' %} {% trans %}Spoiler Image{% endtrans %}, {% 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 %} {% if post.thumb != 'file' and config.image_identification %} , {% if post.file|extension == 'jpg' %} e {% endif %} g t {% endif %} )
{% endif %}{% if config.poster_ids %} ID: {{ post.ip|poster_id(post.id) }} {% endif %} No. {{ post.id }} {% if post.sticky %} {% endif %} {% if post.locked %} {% endif %} {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% endif %} {% if index %} [{% trans %}Reply{% endtrans %}] {% endif %} {{ post.postControls }}