{{ L_TOPIC_REVIEW }}{{ L_COLON }} {{ TOPIC_TITLE }}

{% for topic_review_row in topic_review_row %} {% if topic_review_row.S_IGNORE_POST %}

{{ topic_review_row.L_IGNORE_POST }}

{{ topic_review_row.L_DELETE_POST }}

{% else %} {% endif %}
{% if topic_review_row.S_POST_PRIVATE %}

{{ L_PRIVATE_BY }} {{ topic_review_row.POST_AUTHOR_FULL }} » {{ topic_review_row.POST_DATE }}

{% else %}

{{ topic_review_row.POST_SUBJECT }} {% if S_IS_BOT %} {{ topic_review_row.POST_ID }} {% else %} #{{ topic_review_row.POST_ID }} {% endif %}

{% EVENT posting_topic_review_row_post_details_before %}

{{ L_POST_BY_AUTHOR }} {{ topic_review_row.POST_AUTHOR_FULL }} » {{ topic_review_row.POST_DATE }}

{% EVENT posting_topic_review_row_post_details_after %} {% if (topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE) or topic_review_row.U_MCP_DETAILS %}
{% if topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE %} {{ L_QUOTE }} {% endif %} {% if topic_review_row.U_MCP_DETAILS %} {{ L_POST_DETAILS }} {% endif %}
{% endif %}
{{ topic_review_row.MESSAGE }}
{% if topic_review_row.S_HAS_ATTACHMENTS %}

{{ L_ATTACHMENTS }}

{% EVENT ss_posting_topic_review_attachment_row_before %} {% for attachment in attachment %}{{ topic_review_row.attachment.DISPLAY_ATTACHMENT }}{% endfor %} {% EVENT ss_posting_topic_review_attachment_row_after %}
{% endif %} {% if topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE %} {% endif %} {% endif %}
{% endfor %}