{% if post_review_row.S_POST_PRIVATE %} {{ L_PRIVATE_BY }} {{ post_review_row.POST_AUTHOR_FULL }} » {{ post_review_row.POST_DATE }} {% else %} {{ post_review_row.POST_SUBJECT }} {% if S_IS_BOT %} {{ post_review_row.MINI_POST_IMG }} {% else %} {{ L_MINI_POST }} {% endif %} {{ L_POST_BY_AUTHOR }} {{ post_review_row.POST_AUTHOR_FULL }} » {{ post_review_row.POST_DATE }} {{ post_review_row.MESSAGE }} {% if post_review_row.S_HAS_ATTACHMENTS %} {{ L_ATTACHMENTS }} {% EVENT ss_posting_review_attachment_row_before %} {% for attachment in attachment %}{{ post_review_row.attachment.DISPLAY_ATTACHMENT }}{% endfor %} {% EVENT ss_posting_review_attachment_row_after %} {% endif %} {% endif %}