{% filter remove_whitespace %} {# tabs and new lines will be ignored #} {# we are intentionally breaking the thread_ID convention: the jses need to handle this case differently #} {{ post.id }} {% include 'post/name.html' %} {% include 'post/flag.html' %} [{{ post.files[0].filename|e|bidi_cleanup }}] {% if post.modifiers['tag'] %}[{{ post.modifiers['tag']|e }}]{% endif %} {% include 'post/subject.html' %} {% if post.sticky %} {% if config.font_awesome %} {% else %} Sticky {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} {% else %} Locked {% endif %} {% endif %} {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} {% else %} Bumplocked {% endif %} {% endif %} {{ post.files[0].size|filesize }} {% include 'post/time.html' %} {{ post.omitted }} {% include 'post/post_controls.html' %} [{% trans %}Reply{% endtrans %}] {% endfilter %}