{% include 'mcp_header.html' %}

{{ L_TOPIC }}{{ L_COLON }} {{ TOPIC_TITLE }}

{{ L_TITLE }}

{{ L_EXPLAIN }}

{{ L_DISPLAY_OPTIONS }}

{{ L_POSTS_PER_PAGE_EXPLAIN }}

{{ S_SELECT_SORT_DAYS }}
{{ S_SELECT_SORT_KEY }}
{{ S_SELECT_SORT_DIR }}
{{ L_SPLIT_TOPIC }}
{% if S_CAN_SPLIT %}

{{ L_SPLIT_TOPIC_EXPLAIN }}

{% if S_SHOW_TOPIC_ICONS %}
{{ L_TOPIC_ICON }}{{ L_COLON }}
{% for topic_icon in topic_icon %} {% endfor %}
{% endif %} {% EVENT mcp_topic_options_before %}
{% EVENT mcp_topic_options_after %}
{% endif %}
{{ L_MERGE_POSTS }}
{% if S_CAN_MERGE %}

{{ L_MERGE_TOPIC_EXPLAIN }}

{{ L_SELECT_TOPIC }} {% if TO_TOPIC_INFO %} {{ TO_TOPIC_INFO }}{% endif %}

{% endif %}

{{ L_TOPIC_REVIEW }}

{% EVENT mcp_topic_topic_title_before %} {{ TOPIC_TITLE }} {% EVENT mcp_topic_topic_title_after %}

{% for postrow in postrow %} {% EVENT mcp_topic_postrow_post_before %}

{% EVENT mcp_topic_postrow_post_subject_before %} {{ postrow.POST_SUBJECT }} {% EVENT mcp_topic_postrow_post_subject_after %}

{% EVENT mcp_topic_postrow_post_details_before %}

#{{ postrow.POST_ID }}  {{ L_POSTED }} {{ L_POST_BY_AUTHOR }} {{ postrow.POST_AUTHOR_FULL }}  »  {% if postrow.U_MCP_DETAILS %}  [ {{ L_POST_DETAILS }} ] {% endif %}

{% EVENT mcp_topic_postrow_post_details_after %} {% if postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED %}

{% if postrow.S_POST_UNAPPROVED %} {{ L_POST_UNAPPROVED }} {% if postrow.S_POST_REPORTED %}
{% endif %} {% endif %} {% if postrow.S_POST_REPORTED %} {{ L_POST_REPORTED }} {% endif %}

{% endif %}
{{ postrow.MESSAGE }}
{% EVENT mcp_topic_postrow_attachments_before %} {% if postrow.S_HAS_ATTACHMENTS %}
{{ L_ATTACHMENTS }}
{% EVENT ss_mcp_topic_postrow_attachment_row_before %} {% for attachment in attachment %}{{ postrow.attachment.DISPLAY_ATTACHMENT }}{% endfor %} {% EVENT ss_mcp_topic_postrow_attachment_row_after %}
{% endif %} {% EVENT mcp_topic_postrow_attachments_after %}

{{ lang('NO_POSTS_TIME_FRAME') }}

{% endfor %}

{{ L_OPTIONS }}

{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% include 'mcp_footer.html' %}