{% INCLUDE 'mcp_header.html' %} {% if S_MCP_REPORT %} {% if S_PM %}

{{ lang('PM_REPORT_DETAILS') }}

{% else %}

{{ lang('REPORT_DETAILS') }}

{% endif %}

{{ lang('REPORT_REASON') }}{{ lang('COLON') }} {{ REPORT_REASON_TITLE }}

{{ lang('REPORTED') }} {{ lang('POST_BY_AUTHOR') }} {{ REPORTER_FULL }} « {{ REPORT_DATE }}

{% if S_REPORT_CLOSED %}

{{ lang('REPORT_CLOSED') }}

{% endif %}
{% if REPORT_TEXT %} {{ REPORT_TEXT }} {% else %} {{ REPORT_REASON_DESCRIPTION }} {% endif %}
{% EVENT mcp_post_report_buttons_top_before %} {% if not S_REPORT_CLOSED %}   {% endif %} {% EVENT mcp_post_report_buttons_top_after %} {{ S_FORM_TOKEN }}
{% else %}

{{ lang('POST_DETAILS') }}

{% endif %}

{{ POST_SUBJECT }}

{% if S_PM %}

{{ lang('SENT_AT') }}{{ lang('COLON') }} {{ POST_DATE }}
{{ lang('PM_FROM') }}{{ lang('COLON') }} {{ POST_AUTHOR_FULL }} {% if S_TO_RECIPIENT %}
{{ lang('TO') }}{{ lang('COLON') }} {% for to_recipient in loops.to_recipient %}{% if to_recipient.NAME_FULL %}{{ to_recipient.NAME_FULL }}{% else %}{{ to_recipient.NAME }}{% endif %} {% endfor %}{% endif %} {% if S_BCC_RECIPIENT %}
{{ lang('BCC') }}{{ lang('COLON') }} {% for bcc_recipient in loops.bcc_recipient %}{% if bcc_recipient.NAME_FULL %}{{ bcc_recipient.NAME_FULL }}{% else %}{{ bcc_recipient.NAME }}{% endif %} {% endfor %}{% endif %}

{% else %}

{{ MINI_POST_IMG }} {{ lang('POSTED') }} {{ lang('POST_BY_AUTHOR') }} {{ POST_AUTHOR_FULL }} » {{ POST_DATE }}

{% endif %} {% if S_POST_UNAPPROVED %}

  {% if not S_FIRST_POST %}{% endif %} {{ S_FORM_TOKEN }}

{% elseif S_POST_DELETED %}

{% if S_CAN_DELETE_POST %}  {% endif %} {% if not S_FIRST_POST %}{% endif %} {{ S_FORM_TOKEN }}

{% endif %} {% if S_POST_REPORTED and not S_MCP_REPORT %}

{{ lang('TOPIC_REPORTED') }} {{ lang('POST_REPORTED') }}

{% endif %} {% EVENT mcp_post_text_before %}
{{ POST_PREVIEW }}
{% EVENT mcp_post_text_after %} {% if S_HAS_ATTACHMENTS %}
{{ lang('ATTACHMENTS') }}
{% for attachment in loops.attachment %}
{{ attachment.DISPLAY_ATTACHMENT }}
{% endfor %}
{% endif %} {% if DELETED_MESSAGE or DELETE_REASON %}
{{ DELETED_MESSAGE }} {% if DELETE_REASON %}
{{ lang('REASON') }}{{ lang('COLON') }} {{ DELETE_REASON }}{% endif %}
{% endif %} {% if SIGNATURE %}
{{ SIGNATURE }}
{% endif %} {% if S_MCP_REPORT and S_CAN_VIEWIP %}
{% if S_PM %}{{ lang('THIS_PM_IP') }}{% else %}{{ lang('THIS_POST_IP') }}{% endif %}{{ lang('COLON') }} {% if U_WHOIS %} {% if POST_IPADDR %}{{ POST_IPADDR }}{% else %}{{ POST_IP }}{% endif %} ({% if POST_IPADDR %}{{ POST_IP }}{% else %}{{ lang('LOOKUP_IP') }}{% endif %}) {% else %} {% if POST_IPADDR %}{{ POST_IPADDR }} ({{ POST_IP }}){% else %}{{ POST_IP }}{% if U_LOOKUP_IP %} ({{ lang('LOOKUP_IP') }}){% endif %}{% endif %} {% endif %}
{% endif %}
{% if S_CAN_LOCK_POST or S_CAN_DELETE_POST or S_CAN_CHGPOSTER or S_MCP_POST_ADDITIONAL_OPTS %}

{{ lang('MOD_OPTIONS') }}

{% if S_CAN_CHGPOSTER %}
{% if S_USER_SELECT %}
{% endif %}

[ {{ lang('FIND_USERNAME') }} ]
{{ S_FORM_TOKEN }}
{% endif %} {% EVENT mcp_post_additional_options %} {% if S_CAN_LOCK_POST or S_CAN_DELETE_POST %}
{{ S_FORM_TOKEN }}
{% endif %}
{% endif %} {% if S_MCP_QUEUE or S_MCP_REPORT or RETURN_TOPIC %}

{% if S_MCP_QUEUE %}{{ RETURN_QUEUE }} | {{ RETURN_TOPIC_SIMPLE }} | {{ RETURN_POST }}{% elseif S_MCP_REPORT %}{{ RETURN_REPORTS }}{% if not S_PM %} | {{ lang('VIEW_POST') }} | {{ lang('VIEW_TOPIC') }} | {{ lang('VIEW_FORUM') }}{% endif %}{% else %}{{ RETURN_TOPIC }}{% endif %}

{% endif %} {% if S_MCP_QUEUE %} {% else %} {% if S_SHOW_USER_NOTES %}
{% if S_USER_NOTES %}

{{ lang('FEEDBACK') }}

{% for usernotes in loops.usernotes %} {{ lang('REPORTED_BY') }}{{ lang('COLON') }} {{ usernotes.REPORT_BY }} « {{ usernotes.REPORT_AT }} {% if S_CLEAR_ALLOWED %}
{% endif %}
{{ usernotes.ACTION }}

{% endfor %} {% if S_CLEAR_ALLOWED %}
 
{% endif %} {% endif %}

{{ lang('ADD_FEEDBACK') }}

{{ lang('ADD_FEEDBACK_EXPLAIN') }}

  {{ S_FORM_TOKEN }}
{% endif %} {% if S_SHOW_REPORTS %}

{{ lang('MCP_POST_REPORTS') }}

{% for reports in loops.reports %} {{ lang('REPORTED_BY') }}{{ lang('COLON') }} {% if reports.U_REPORTER %}{{ reports.REPORTER }}{% else %}{{ reports.REPORTER }}{% endif %} « {{ reports.REPORT_TIME }}

{{ reports.REASON_TITLE }}{{ lang('COLON') }} {{ reports.REASON_DESC }}{% if reports.REPORT_TEXT %}
{{ reports.REPORT_TEXT }}{% endif %}

{% endfor %}
{% endif %} {% if S_CAN_VIEWIP and not S_MCP_REPORT %}

{{ lang('THIS_POST_IP') }}{{ lang('COLON') }} {% if U_WHOIS %} {% if POST_IPADDR %}{{ POST_IPADDR }}{% else %}{{ POST_IP }}{% endif %} ({% if POST_IPADDR %}{{ POST_IP }}{% else %}{{ lang('LOOKUP_IP') }}{% endif %}) {% else %} {% if POST_IPADDR %}{{ POST_IPADDR }} ({{ POST_IP }}){% else %}{{ POST_IP }}{% if U_LOOKUP_IP %} ({{ lang('LOOKUP_IP') }}){% endif %}{% endif %} {% endif %}

{% for userrow in loops.userrow %} {% else %} {% endfor %}
{{ lang('OTHER_USERS') }} {{ lang('POSTS') }}
{% if userrow.U_PROFILE %}{{ userrow.USERNAME }}{% else %}{{ userrow.USERNAME }}{% endif %} {{ userrow.NUM_POSTS }}
{{ lang('NO_MATCHES_FOUND') }}
{% for iprow in loops.iprow %} {% else %} {% endfor %}
{{ lang('IPS_POSTED_FROM') }} {{ lang('POSTS') }}
{% if iprow.HOSTNAME %}{{ iprow.HOSTNAME }} ({{ iprow.IP }}){% else %}{{ iprow.IP }} ({{ lang('LOOKUP_IP') }}){% endif %} {{ iprow.NUM_POSTS }}
{{ lang('NO_MATCHES_FOUND') }}
{% if U_LOOKUP_ALL %} {% endif %}
{% endif %} {% endif %} {% if S_TOPIC_REVIEW %}{% INCLUDE 'posting_topic_review.html' %}{% endif %} {% INCLUDE 'mcp_footer.html' %}