{% filter remove_whitespace %} {# tabs and new lines will be ignored #}
{% if not index %}{% endif %} #{{ post.id }}

{{ post.subject }}

{% include 'post/poster_id.html' %} 
{% if post.files %} {% include 'post/fileinfo.html' %} {% endif %}
{{ post.body }}
{% if mod|hasPermission(config.mod.delete, board.uri) %} {{ secure_link_confirm("", 'Delete'|trans, 'Are you sure you want to delete this?'|trans, board.dir ~ 'delete/' ~ post.id) }}  [{{ post.ip }}] {% endif %}
{% if post.omitted %}
{{ post.omitted }} постов и {{ post.omitted_images }} файла пропущено
{% endif %} {% if index %} Перейти к треду {% endif %}
{% endfilter %} {% set hr = post.hr %} {% for post in post.posts %} {% include 'post_reply.html' %} {% endfor %}