{% include 'mcp_header.html' %}
{% if S_MCP_REPORT %}

{% if S_PM %}{{ L_PM_REPORT_DETAILS }}{% else %}{{ L_REPORT_DETAILS }}{% endif %}

{{ L_REPORT_REASON }}{{ L_COLON }} {{ REPORT_REASON_TITLE }}

{{ L_REPORTED }} {{ L_POST_BY_AUTHOR }} {{ REPORTER_FULL }} « 

{% if not S_REPORT_CLOSED %} {% endif %}
{{ S_FORM_TOKEN }} {% if S_REPORT_CLOSED %}

{{ L_REPORT_CLOSED }}

{% endif %}
{% if REPORT_TEXT %} {{ REPORT_TEXT }} {% else %} {{ REPORT_REASON_DESCRIPTION }} {% endif %}
{% else %}

{{ L_POST_DETAILS }}

{% endif %}
{% if S_PM %}

{{ L_SENT_AT }}{{ L_COLON }} 
{{ L_PM_FROM }}{{ L_COLON }} {{ POST_AUTHOR_FULL }} {% if S_TO_RECIPIENT %}
{{ L_TO }}{{ L_COLON }} {% for to_recipient in to_recipient %} {% if to_recipient.NAME_FULL %} {{ to_recipient.NAME_FULL }} {% else %} {{ to_recipient.NAME }} {% endif %}   {% endfor %} {% endif %} {% if S_BCC_RECIPIENT %}
{{ L_BCC }}{{ L_COLON }} {% for bcc_recipient in bcc_recipient %} {% if bcc_recipient.NAME_FULL %} {{ bcc_recipient.NAME_FULL }} {% else %} {{ bcc_recipient.NAME }} {% endif %}   {% endfor %} {% endif %}

{% else %}

{{ L_POSTED }} {{ L_POST_BY_AUTHOR }} {{ POST_AUTHOR_FULL }} » 

{% endif %}
{% if U_EDIT %} {{ L_EDIT_POST }} {% 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 %}

{{ L_POST_REPORTED }}

{% endif %} {% EVENT mcp_post_text_before %}
{{ POST_PREVIEW }}
{% EVENT mcp_post_text_after %} {% if S_HAS_ATTACHMENTS %}

{{ L_ATTACHMENTS }}

{% EVENT ss_mcp_post_postrow_attachment_row_before %} {% for attachment in attachment %}{{ attachment.DISPLAY_ATTACHMENT }}{% endfor %} {% EVENT ss_mcp_post_postrow_attachment_row_after %}
{% endif %} {% if DELETED_MESSAGE or DELETE_REASON %}

{{ DELETED_MESSAGE }} {% if DELETE_REASON %}
{{ L_REASON }}{{ L_COLON }} {{ DELETE_REASON }}{% endif %}

{% endif %} {% if SIGNATURE %}
{{ SIGNATURE }}
{% endif %} {% if S_MCP_REPORT and S_CAN_VIEWIP %}

{% if S_PM %}{{ L_THIS_PM_IP }}{% else %}{{ L_THIS_POST_IP }}{% endif %}{{ L_COLON }} {% if U_WHOIS %} {% if POST_IPADDR %}{{ POST_IPADDR }}{% else %}{{ POST_IP }}{% endif %} {% if POST_IPADDR %} {{ POST_IP }} {% else %}  ({{ L_LOOKUP_IP }}) {% endif %} {% else %} {% if POST_IPADDR %} {{ POST_IPADDR }} ({{ POST_IP }}) {% else %} {{ POST_IP }} {% if U_LOOKUP_IP %} ({{ L_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 %} {% if S_CAN_CHGPOSTER %}

{{ L_MOD_OPTIONS }}

{% if S_USER_SELECT %}
{% endif %}
{{ L_FIND_USERNAME }}
{{ S_FORM_TOKEN }}
{% endif %} {% EVENT mcp_post_additional_options %} {% if S_CAN_LOCK_POST or S_CAN_DELETE_POST %}

{{ L_MOD_OPTIONS }}

{{ 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 %}  | {{ L_VIEW_POST }}  | {{ L_VIEW_TOPIC }}  | {{ L_VIEW_FORUM }} {% endif %} {% else %} {{ RETURN_TOPIC }} {% endif %}

{% endif %} {% if not S_MCP_QUEUE %} {% if S_SHOW_USER_NOTES %}

{{ L_FEEDBACK }}

{% if S_USER_NOTES %}
{% for usernotes in usernotes %}

{{ L_REPORTED_BY }}{{ L_COLON }} {{ usernotes.REPORT_BY }} «  {% if S_CLEAR_ALLOWED %}   {% endif %}

{{ usernotes.ACTION }}

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

{{ L_ADD_FEEDBACK }}

{{ L_ADD_FEEDBACK_EXPLAIN }}

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

{{ L_MCP_POST_REPORTS }}

{% for reports in reports %}

{{ L_REPORTED_BY }}{{ L_COLON }}  {% if reports.U_REPORTER %}{{ reports.REPORTER }}{% else %}{{ reports.REPORTER }}{% endif %}  « 

{{ reports.REASON_TITLE }}{{ L_COLON }} {{ reports.REASON_DESC }} {% if reports.REPORT_TEXT %}
{{ reports.REPORT_TEXT }}{% endif %}


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

{{ L_IP }}

{{ L_THIS_POST_IP }}{{ L_COLON }}  {% if U_WHOIS %} {% if POST_IPADDR %}{{ POST_IPADDR }}{% else %}{{ POST_IP }}{% endif %} ( {% if POST_IPADDR %}{{ POST_IP }}{% else %}{{ L_LOOKUP_IP }}{% endif %} ) {% else %} {% if POST_IPADDR %}{{ POST_IPADDR }} ({{ POST_IP }}){% else %}{{ POST_IP }}{% if U_LOOKUP_IP %} ({{ L_LOOKUP_IP }}){% endif %}{% endif %} {% endif %}

{{ L_USERS }}

{% for userrow in userrow %} {% endfor %}
{{ L_OTHER_USERS }} {{ L_POSTS }}
{% if userrow.U_PROFILE %} {{ userrow.USERNAME }} {% else %} {{ userrow.USERNAME }} {% endif %} {{ userrow.NUM_POSTS }} {{ L_SEARCH_POSTS_BY }} {{ userrow.USERNAME }}
{{ L_NO_MATCHES_FOUND }}

{{ L_IP }}

{% for iprow in iprow %} {% endfor %}
{{ L_IPS_POSTED_FROM }} {{ L_POSTS }}
{% if iprow.HOSTNAME %} {{ iprow.HOSTNAME }} ({{ iprow.IP }}) {% else %} {{ iprow.IP }} ({{ L_LOOKUP_IP }}) {% endif %} {{ iprow.NUM_POSTS }}
{{ L_NO_MATCHES_FOUND }}
{% if U_LOOKUP_ALL %} {{ L_LOOKUP_ALL }} {% endif %}
{% endif %} {% endif %} {% if S_TOPIC_REVIEW %}{% include 'posting_topic_review.html' %}{% endif %}
{% include 'mcp_footer.html' %}