{% INCLUDE 'mcp_header.html' %}

{{ lang('TOPIC') }}{{ lang('COLON') }} {{ TOPIC_TITLE }}

{% if S_MERGE_VIEW %} {% DEFINE SHOW_PANEL = 'merge-panel' %} {% elseif S_SPLIT_VIEW %} {% DEFINE SHOW_PANEL = 'split-panel' %} {% else %} {% DEFINE SHOW_PANEL = 'display-panel' %} {% endif %}

{{ lang('POSTS_PER_PAGE_EXPLAIN') }}
{{ S_SELECT_SORT_DAYS }}  
{% if S_CAN_SPLIT %}

{{ lang('SPLIT_TOPIC_EXPLAIN') }}

{% if S_SHOW_TOPIC_ICONS %}
{% for topic_icon in loops.topic_icon %} {% endfor %}
{% endif %} {% EVENT mcp_topic_options_before %}
{% EVENT mcp_topic_options_after %}
{% endif %} {% if S_CAN_MERGE %}

{{ lang('MERGE_TOPIC_EXPLAIN') }}

{{ lang('SELECT_TOPIC') }}
{% if TO_TOPIC_INFO %}
{{ TO_TOPIC_INFO }}
{% endif %}
{% endif %}

{{ lang('EXPAND_VIEW') }} {{ lang('TOPIC_REVIEW') }}{{ lang('COLON') }} {% EVENT mcp_topic_topic_title_before %}{{ TOPIC_TITLE }}{% EVENT mcp_topic_topic_title_after %}

{% for postrow in loops.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.MINI_POST }} {{ lang('POSTED') }} {{ postrow.POST_DATE }} {{ lang('POST_BY_AUTHOR') }} {% EVENT mcp_topic_post_author_full_prepend %}{{ postrow.POST_AUTHOR_FULL }}{% EVENT mcp_topic_post_author_full_append %}{% if postrow.U_MCP_DETAILS %} [ {{ lang('POST_DETAILS') }} ]{% endif %}

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

{{ lang('POST_UNAPPROVED') }}

{% endif %} {% if postrow.S_POST_DELETED %}

{{ lang('POST_DELETED') }}

{% endif %} {% if postrow.S_POST_REPORTED %}

{{ lang('POST_REPORTED') }}

{% endif %}
{{ postrow.MESSAGE }}
{% EVENT mcp_topic_postrow_attachments_before %} {% if postrow.S_HAS_ATTACHMENTS %}
{{ lang('ATTACHMENTS') }}
{% for attachment in postrow.attachment %}
{{ attachment.DISPLAY_ATTACHMENT }}
{% endfor %}
{% endif %} {% EVENT mcp_topic_postrow_attachments_after %}
{% else %}

{{ lang('NO_POSTS_TIME_FRAME') }}

{% endfor %}

 
{{ lang('MARK_ALL') }} :: {{ lang('UNMARK_ALL') }}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% INCLUDE 'mcp_footer.html' %}