{{ lang('POST_REVIEW') }}

{{ lang('POST_REVIEW_EXPLAIN') }}

{% for post_review_row in loops.post_review_row %} {% if post_review_row.S_IGNORE_POST %}
{{ post_review_row.L_IGNORE_POST }}
{{ lang('POST_DISPLAY') }} {% else %}
{% endif %}

{{ post_review_row.POST_SUBJECT }}

{% if S_IS_BOT %} {{ post_review_row.MINI_POST }} {% else %} {{ post_review_row.MINI_POST }} {% endif %} {{ lang('POST_BY_AUTHOR') }} {% EVENT posting_review_row_post_author_username_prepend %}{{ post_review_row.POST_AUTHOR_FULL }}{% EVENT posting_review_row_post_author_username_append %} » {{ post_review_row.POST_DATE }}

{{ post_review_row.MESSAGE }}
{% if post_review_row.S_HAS_ATTACHMENTS %}
{{ lang('ATTACHMENTS') }}
{% for attachment in post_review_row.attachment %}
{{ attachment.DISPLAY_ATTACHMENT }}
{% endfor %}
{% endif %}
{% endfor %}