{% 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 %}
{{ topic_review_row.DECODED_MESSAGE }}
{% endif %}