{{ lang('EXPAND_VIEW') }} {{ lang('TOPIC_REVIEW') }}{{ lang('COLON') }} {{ TOPIC_TITLE }}

{% for topic_review_row in loops.topic_review_row %} {% if topic_review_row.S_IGNORE_POST %}
{{ topic_review_row.L_IGNORE_POST }}
{{ lang('POST_DISPLAY') }} {% elseif topic_review_row.S_POST_DELETED %}
{{ topic_review_row.L_DELETE_POST }}
{{ lang('POST_DISPLAY') }} {% else %}
{% endif %}

{{ topic_review_row.POST_SUBJECT }}

{% if (topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE) or topic_review_row.U_MCP_DETAILS %} {% endif %} {% EVENT posting_topic_review_row_post_details_before %}

{% if S_IS_BOT %} {{ topic_review_row.MINI_POST }} {% else %} {{ topic_review_row.MINI_POST }} {% endif %} {{ lang('POST_BY_AUTHOR') }} {% EVENT posting_topic_review_row_post_author_username_prepend %}{{ topic_review_row.POST_AUTHOR_FULL }}{% EVENT posting_topic_review_row_post_author_username_append %} » {{ topic_review_row.POST_DATE }}

{% EVENT posting_topic_review_row_post_details_after %}
{{ topic_review_row.MESSAGE }}
{% EVENT posting_topic_review_row_content_after %} {% if topic_review_row.S_HAS_ATTACHMENTS %}
{{ lang('ATTACHMENTS') }}
{% for attachment in topic_review_row.attachment %}
{{ attachment.DISPLAY_ATTACHMENT }}
{% endfor %}
{% endif %} {% if topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE %} {% endif %}
{% endfor %}

{{ lang('BACK_TO_TOP') }}